Skip to content

Commit 4736aea

Browse files
committed
fixup!
1 parent 073d763 commit 4736aea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bundle-compare.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
egress-policy: audit
2525

26+
- name: Git Checkout
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
2629
- name: Download Stats (HEAD)
2730
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
2831
with:
@@ -37,7 +40,7 @@ jobs:
3740
WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id || 64771488 }}
3841
GH_TOKEN: ${{ github.token }}
3942
run: |
40-
ID=$(gh run list --repo $GITHUB_REPOSITORY -c 95f43b01b7790b2af237d3dd6f015d2212dd495f -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
43+
ID=$(gh run list -c 95f43b01b7790b2af237d3dd6f015d2212dd495f -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[].databaseId")
4144
echo "run_id=$ID" >> $GITHUB_OUTPUT
4245
4346
- name: Download Stats (BASE)

0 commit comments

Comments
 (0)