We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db947a commit 1753cacCopy full SHA for 1753cac
.github/workflows/push.yml
@@ -68,7 +68,7 @@ jobs:
68
curl -L \
69
-H "Accept: application/vnd.github+json" \
70
-H "Authorization: token $GITHUB_TOKEN" \
71
- $download_url
+ $download_url \
72
-o artifacts.zip
73
- name: Extract assignment zips
74
if: success()
0 commit comments