File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 :
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)
You can’t perform that action at this time.
0 commit comments