Skip to content

Commit 815881e

Browse files
committed
update workflows
1 parent c9e461b commit 815881e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/issue-assigned-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Move Issue to In-Progress
1414
uses: alex-page/github-project-automation-plus@v0.3.0
1515
with:
16-
project: Open template Hub Generators
16+
project: Open Template Hub Generators
1717
column: In progress
1818
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

.github/workflows/issue-open-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Move Issue to In-Progress
1414
uses: alex-page/github-project-automation-plus@v0.3.0
1515
with:
16-
project: Open template Hub Generators
16+
project: Open Template Hub Generators
1717
column: To do
1818
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
1919

.github/workflows/pr-open-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Move PR to In-Progress
2525
uses: alex-page/github-project-automation-plus@v0.3.0
2626
with:
27-
project: Open template Hub Generators
27+
project: Open Template Hub Generators
2828
column: In progress
2929
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
3030

0 commit comments

Comments
 (0)