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
4
.github/workflows/project-automation-pr.yaml
vendored
4
.github/workflows/project-automation-pr.yaml
vendored
|
@ -179,12 +179,12 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.PROJECT_AUTOMATION}}
|
GITHUB_TOKEN: ${{secrets.PROJECT_AUTOMATION}}
|
||||||
run: |
|
run: |
|
||||||
item_id="$( gh api graphql -f query='
|
item_id="$( gh api graphql -f query='{
|
||||||
repository(owner: $owner, name: $name) {
|
repository(owner: $owner, name: $name) {
|
||||||
issue(number: $issue_number) {
|
issue(number: $issue_number) {
|
||||||
id
|
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='$item_id >> $GITHUB_ENV
|
||||||
echo "Issue ID: $ISSUE_ID"
|
echo "Issue ID: $ISSUE_ID"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue