Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
6fd41542ed
commit
7eb1309ddb
1 changed files with 4 additions and 4 deletions
8
.github/workflows/project-automation-pr.yaml
vendored
8
.github/workflows/project-automation-pr.yaml
vendored
|
@ -61,10 +61,10 @@ jobs:
|
|||
|
||||
echo 'ITEM_ID='$item_id >> $GITHUB_ENV
|
||||
|
||||
- name: Print Event Details
|
||||
env:
|
||||
EVENT_DETAILS: ${{ toJson(github.event) }}
|
||||
run: echo "$EVENT_DETAILS"
|
||||
- name: Print Labels
|
||||
run: |
|
||||
PR_LABELS=(${{github.event.pull_request.labels}} || jq -r '.name')`
|
||||
echo "$PR_LABELS"
|
||||
|
||||
- name: Set "Type" field
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue