Skip to content

Commit

Permalink
fix(ci): ref in backwards-compatibility-checks (#7728)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Oct 11, 2024
1 parent b3466e9 commit 129458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backwards-compatibility-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# OwlBot PRs which are not labelled feat should not add new files or methods
run: |
~/.composer/vendor/bin/roave-backward-compatibility-check \
--from=${{ github.ref_name }} \
--from=${{ github.head_ref || github.ref_name }} \
--to=origin/main --format=github-actions
- name: "Print the action item"
run: |
Expand Down

0 comments on commit 129458a

Please sign in to comment.