Update workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-10-30 00:31:13 +06:00
parent ab693b19e9
commit 6865f99f03

View file

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