Skip to content

Commit

Permalink
wip update
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfyson committed Dec 12, 2023
1 parent dd9caf7 commit fd61de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
echo "github.head_ref: ${{ github.head_ref }}"
echo "github.ref: ${{ github.ref }}"
echo "github.ref_name: ${{ github.ref_name }}"
echo "github.base_ref: ${{ github.base_ref }}"
echo "github.base_ref: ${{ env.BASE_REF }}"
- id: checkout-base
name: check out base ref for backport check
Expand Down

0 comments on commit fd61de4

Please sign in to comment.