Skip to content

Commit

Permalink
Use branch ref in CI diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed May 20, 2024
1 parent 59f3ea4 commit e0719e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.DIFF_TOKEN }}
run: |
gh workflow run generate.yml --repo aj-foster/open-api-diffs --field ref=$GITHUB_SHA
gh workflow run generate.yml --repo aj-foster/open-api-diffs --field ref=$GITHUB_HEAD_REF

0 comments on commit e0719e2

Please sign in to comment.