Skip to content

Commit 0bcffa5

Browse files
committed
Indentation.
1 parent da1b9c0 commit 0bcffa5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- name: Generate assignment zips
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.PAT_ZIPS_WORKFLOW }}
39-
run: |
40-
curl -X POST \
41-
-H "Accept: application/vnd.github+json" \
42-
-H "Authorization: Bearer $GITHUB_TOKEN" \
43-
https://api.github.com/repos/cmsc430/assignments/actions/workflows/push.yml/dispatches \
44-
-d '{"ref":"main"}'
39+
run: |
40+
curl -X POST \
41+
-H "Accept: application/vnd.github+json" \
42+
-H "Authorization: Bearer $GITHUB_TOKEN" \
43+
https://api.github.com/repos/cmsc430/assignments/actions/workflows/push.yml/dispatches \
44+
-d '{"ref":"main"}'
4545
- name: Archive www
4646
uses: actions/upload-pages-artifact@v3
4747
with:

0 commit comments

Comments
 (0)