Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
ab693b19e9
commit
6865f99f03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/project-automation-pr.yaml
vendored
2
.github/workflows/project-automation-pr.yaml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: Print Labels
|
||||
run: |
|
||||
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"
|
||||
|
||||
- name: Set "Type" field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue