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 8f32e2d commit 27dc45eCopy full SHA for 27dc45e
1 file changed
.github/workflows/owlbot-checks.yaml
@@ -29,9 +29,11 @@ jobs:
29
id: compatibility-checker
30
continue-on-error: true
31
# OwlBot PRs which are not labelled feat should not add new files or methods
32
+ env:
33
+ PR_REF: ${{ github.head_ref || github.ref_name }}
34
run: |
35
~/.composer/vendor/bin/roave-backward-compatibility-check \
- --from=origin/${{ github.head_ref || github.ref_name }} \
36
+ --from=origin/"$PR_REF" \
37
--to=origin/main
38
- name: "Print the action item"
39
0 commit comments