Skip to content

Commit

Permalink
Check allowed labels
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve committed Sep 7, 2023
1 parent ee66821 commit 2933d2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: main
- name: Get Lables
run: |
echo "LABELS: ${{ github.event.pull_request.labels }}"
x=${{ toJson(github.event.pull_request.labels.*.name) }}
echo "Labels 2 is $x"
- name: Get Configuration
id: configuration
uses: rgarcia-phi/json-to-variables@9835d537368468c4e4de5254dc3efeadda183793
Expand Down

0 comments on commit 2933d2f

Please sign in to comment.