Update workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-10-30 00:12:37 +06:00
parent 9d17f903ce
commit 04bc6ee8f5

View file

@ -63,7 +63,7 @@ jobs:
- name: Print Labels - name: Print Labels
run: | run: |
PR_LABELS=(${{github.event.pull_request.labels}} || jq -r '.name') PR_LABELS=(${{github.event.pull_request.labels}} | jq -r '.name')
echo "$PR_LABELS" echo "$PR_LABELS"
- name: Set "Type" field - name: Set "Type" field