Update workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
2744d2c3cb
commit
0343c91c7a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/project-automation.yaml
vendored
3
.github/workflows/project-automation.yaml
vendored
|
@ -70,6 +70,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{secrets.PROJECT_AUTOMATION}}
|
||||
run: |
|
||||
env
|
||||
gh api graphql -f query='
|
||||
mutation ($project: ID!, $item: ID!, $field: ID!, $opt_id: ID!) {
|
||||
updateProjectNextItemField(input: {
|
||||
|
@ -82,6 +83,6 @@ jobs:
|
|||
id
|
||||
}
|
||||
}
|
||||
}' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f opt_id="$OPTION_PR" -f field="$TYPE_ID" --silent
|
||||
}' -f project="$PROJECT_ID" -f item="$ITEM_ID" -f field="$TYPE_ID" -f opt_id="$OPTION_PR" --silent
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue