Update workflows

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-11-02 00:08:41 +06:00
parent a9a7d40957
commit 3e9e670e3b
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 '.labels[]' | jq -r '[.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 '.labels[]' | jq -r '[.name] | join(" ")')' >> $GITHUB_ENV
echo 'LABELS=$(echo "$PR_DATA" | jq -r '[.labels[].name] | join(" ")')' >> $GITHUB_ENV
- name: Set "Type" field
env: