Skip to content

Commit 79126b9

Browse files
committed
tmp, for testing, to revert
1 parent a67f0d0 commit 79126b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-and-compare.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
if: ${{ github.event_name == 'pull_request' }}
4949
id: main
5050
env:
51-
WORKFLOW_ID: ${{ github.workflow_ref }}
52-
BASE_SHA: ${{ github.event.pull_request.base.sha }}
51+
BASE_SHA: more-comparisons
52+
# BASE_SHA: ${{ github.event.pull_request.base.sha }}
5353
GH_TOKEN: ${{ github.token }}
5454
run: |
55-
ID=$(gh run list -c $GITHUB_SHA -w $WORKFLOW_ID -L 1 --json databaseId --jq ".[]. databaseId")
55+
ID=$(gh run list --repo $GITHUB_REPOSITORY -b $BASE_SHA -w $GITHUB_WORKFLOW_REF -L 1 --json databaseId --jq ".[].databaseId")
5656
echo "run_id=$ID" >> $GITHUB_OUTPUT
5757
5858
- name: Download metadata artifact

0 commit comments

Comments
 (0)