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 a67f0d0 commit 79126b9Copy full SHA for 79126b9
.github/workflows/generate-and-compare.yml
@@ -48,11 +48,11 @@ jobs:
48
if: ${{ github.event_name == 'pull_request' }}
49
id: main
50
env:
51
- WORKFLOW_ID: ${{ github.workflow_ref }}
52
- BASE_SHA: ${{ github.event.pull_request.base.sha }}
+ BASE_SHA: more-comparisons
+ # BASE_SHA: ${{ github.event.pull_request.base.sha }}
53
GH_TOKEN: ${{ github.token }}
54
run: |
55
- ID=$(gh run list -c $GITHUB_SHA -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[]. databaseId")
+ ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w $GITHUB_WORKFLOW_REF -L 1 --json databaseId --jq ".[].databaseId")
56
echo "run_id=$ID" >> $GITHUB_OUTPUT
57
58
- name: Download metadata artifact
0 commit comments