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 4565b73 commit 5825078Copy full SHA for 5825078
.github/workflows/generate-and-compare.yml
@@ -52,7 +52,7 @@ jobs:
52
# BASE_SHA: ${{ github.event.pull_request.base.sha }}
53
GH_TOKEN: ${{ github.token }}
54
run: |
55
- ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w 20274629225 -L 1 --json databaseId --jq ".[].databaseId")
+ ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w 216416480 -L 1 --json databaseId --jq ".[].databaseId")
56
echo "run_id=$ID" >> $GITHUB_OUTPUT
57
58
- name: Download metadata artifact
0 commit comments