Update workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-10-30 02:30:44 +06:00
parent 9e7e223d5e
commit 97606ae8d5

View file

@ -75,7 +75,7 @@ jobs:
env:
PR_DATA: ${{ toJson(github.event.pull_request) }}
run: |
echo "LABELS=($(echo "$PR_DATA" | jq '.labels[]' | jq -r '.name'))" >> $GITHUB_ENV
echo 'LABELS=($(echo "$PR_DATA" | jq '.labels[]' | jq -r '.name'))<<EOF' >> $GITHUB_ENV
- name: Set "Type" field
env: