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 2167a52 commit 054fc64Copy full SHA for 054fc64
.github/actions/restore-artifacts/action.yml
@@ -66,6 +66,7 @@ runs:
66
67
# Get the artifact id
68
id=$(gh api -H "Accept: application/vnd.github.v3+json" /repos/algolia/api-clients-automation/actions/runs/${{ github.run_id }}/artifacts -q ".artifacts [] | select(.name==\"$artifact\") | .id")
69
+ echo "Artifact id: $id"
70
gh api -H "Accept: application/vnd.github.v3+json" /repos/algolia/api-clients-automation/actions/artifacts/$id/zip > $artifact.zip
71
unzip -q -o $artifact.zip && rm $artifact.zip
72
done
0 commit comments