Update workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-10-30 00:11:31 +06:00
parent 6fd41542ed
commit 7eb1309ddb

View file

@ -61,10 +61,10 @@ jobs:
echo 'ITEM_ID='$item_id >> $GITHUB_ENV
- name: Print Event Details
env:
EVENT_DETAILS: ${{ toJson(github.event) }}
run: echo "$EVENT_DETAILS"
- name: Print Labels
run: |
PR_LABELS=(${{github.event.pull_request.labels}} || jq -r '.name')`
echo "$PR_LABELS"
- name: Set "Type" field
env: