Skip to content

Commit

Permalink
add debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Dec 15, 2023
1 parent 72f4166 commit 9ab0664
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'release-prep') }}
runs-on: ubuntu-latest
steps:
- name: DEBUG github.GITHUB_BASE_REF
run: echo ${{ github.GITHUB_BASE_REF }}
- name: DEBUG github.event.pull_request.head.sha
run: echo ${{ github.event.pull_request.head.sha }}
- name: DEBUG github.sha
run: echo ${{ github.sha }}
- name: DEBUG github.event.pull_request.base.sha
run: echo ${{ github.event.pull_request.base.sha }}
- name: Checkout the branch this PR wants to update
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
Expand Down

0 comments on commit 9ab0664

Please sign in to comment.