Skip to content

Commit 3bcdd60

Browse files
authored
Fix indentation on new workflow
1 parent 3d3ee12 commit 3bcdd60

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/add-to-project.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: Add tasks to WM overview project
22

3-
on:
4-
issues:
5-
types:
6-
- opened
7-
- reopened
8-
- transferred
9-
pull_request:
10-
types:
11-
- opened
12-
- reopened
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- reopened
8+
- transferred
9+
pull_request:
10+
types:
11+
- opened
12+
- reopened
1313

14-
jobs:
15-
add-to-project:
16-
name: Add to project
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/[email protected]
20-
with:
21-
project-url: https://github.com/orgs/edgi-govdata-archiving/projects/32
22-
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
14+
jobs:
15+
add-to-project:
16+
name: Add to project
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/[email protected]
20+
with:
21+
project-url: https://github.com/orgs/edgi-govdata-archiving/projects/32
22+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)