We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b549040 commit 7ac5344Copy full SHA for 7ac5344
.github/workflows/deploy.yml
@@ -53,6 +53,11 @@ jobs:
53
cd ~/stacks/learnweb_dev/webapps
54
TEMP_DIR=$(mktemp -d)
55
56
+ curl --no-progress-meter --fail-with-body -I \
57
+ -H "Accept: application/vnd.github+json" \
58
+ -H "Authorization: Bearer ${{ github.token }}" \
59
+ "https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
60
+
61
echo "Getting artifact from workflow ${{ github.run_id }}"
62
ARTIFACT_ID=$(curl --no-progress-meter --fail-with-body \
63
-H "Accept: application/vnd.github+json" \
0 commit comments