Skip to content

Commit 054fc64

Browse files
committed
log id
1 parent 2167a52 commit 054fc64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/restore-artifacts/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ runs:
6666
6767
# Get the artifact id
6868
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"
6970
gh api -H "Accept: application/vnd.github.v3+json" /repos/algolia/api-clients-automation/actions/artifacts/$id/zip > $artifact.zip
7071
unzip -q -o $artifact.zip && rm $artifact.zip
7172
done

0 commit comments

Comments
 (0)