update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
c58c855b37
commit
1150e846f3
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
|
@ -181,13 +181,13 @@ jobs:
|
||||||
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='
|
||||||
object($owner:String!, $name: String!, $issue_number: Int!) {
|
query($owner: String!, $name: String!, $issue_number: Int!) {
|
||||||
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 --jq='.data.repository.issue.id')"
|
}' -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