Skip to content

Commit

Permalink
printenv
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Jul 16, 2024
1 parent a7dfedc commit 1a351e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/version-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event.pull_request.number }}
# empty
# - run: echo ${{ github.event.pull_request.number }}

- run: printenv

- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
Expand Down

0 comments on commit 1a351e1

Please sign in to comment.