update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
a80bc56868
commit
5bd79de03b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/project-automation-pr.yaml
vendored
6
.github/workflows/project-automation-pr.yaml
vendored
|
@ -179,12 +179,12 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{secrets.PROJECT_AUTOMATION}}
|
||||
run: |
|
||||
item_id="$( gh api graphql -f query='
|
||||
repository(owner:$owner, name:$name) {
|
||||
item_id="$( gh api graphql -f query='{
|
||||
repository(owner: $owner, name: $name) {
|
||||
issue(number: $issue_number) {
|
||||
id
|
||||
}
|
||||
}' -f owner="hugo-toha" -f name="toha" -f issue_number="459")"
|
||||
}}' -f owner="hugo-toha" -f name="toha" -f issue_number="459" --jq='.data.repository.issue.id')"
|
||||
|
||||
echo 'ISSUE_ID='$item_id >> $GITHUB_ENV
|
||||
echo "Issue ID: $ISSUE_ID"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue