Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
04bc6ee8f5
commit
8aad33f8ee
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
|
@ -63,7 +63,7 @@ jobs:
|
||||||
|
|
||||||
- name: Print Labels
|
- name: Print Labels
|
||||||
run: |
|
run: |
|
||||||
PR_LABELS=(${{github.event.pull_request.labels}} | jq -r '.name')
|
PR_LABELS=(jq -r '${{github.event.pull_request.labels}} | .name')
|
||||||
echo "$PR_LABELS"
|
echo "$PR_LABELS"
|
||||||
|
|
||||||
- name: Set "Type" field
|
- name: Set "Type" field
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue