Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Dec 15, 2023
1 parent 9ab0664 commit a282957
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ 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: DEBUG env.GITHUB_BASE_REF
run: echo ${{ env.GITHUB_BASE_REF }}
- name: Checkout the branch this PR wants to update
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${{ github.GITHUB_BASE_REF }}
ref: ${{ env.GITHUB_BASE_REF }}
- name: Install jq to parse json
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down

0 comments on commit a282957

Please sign in to comment.