Update workflow

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-11-02 00:10:13 +06:00
parent 3e9e670e3b
commit fe70ae7a8e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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