Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
6865f99f03
commit
d8f04ad124
1 changed files with 2 additions and 2 deletions
4
.github/workflows/project-automation-pr.yaml
vendored
4
.github/workflows/project-automation-pr.yaml
vendored
|
@ -64,8 +64,8 @@ jobs:
|
||||||
- name: Print Labels
|
- name: Print Labels
|
||||||
run: |
|
run: |
|
||||||
echo '${{github.event.pull_request}}' > pr_data.json
|
echo '${{github.event.pull_request}}' > pr_data.json
|
||||||
PR_LABELS=('$(jq -r '.pull_request.labels[] | .name' pr_data.json)')
|
cat pr_data.json
|
||||||
echo "$PR_LABELS"
|
echo '$(jq -r '.pull_request.labels[] | .name' pr_data.json)'
|
||||||
|
|
||||||
- name: Set "Type" field
|
- name: Set "Type" field
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue