Skip to content

Commit

Permalink
print labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Apr 2, 2024
1 parent 53fee21 commit 281f434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print version
run: echo "${{steps.calc_version.outputs.version}}"
run: echo "${{steps.calc_version.outputs.version}} ${{github.event.pull_request.labels}}"
- name: Set version
if: ${{ steps.calc_version.outputs.version }} != ""
run: |
Expand Down

0 comments on commit 281f434

Please sign in to comment.