Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Mar 27, 2022
1 parent a53ba44 commit 7cd170e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-issue-to-prj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.botGitHubToken }}
ORGANIZATION: instill-ai
PROJECT_NUMBER: 5 # Visual Datat Preparation (VDP) project
PROJECT_NUMBER: 5 # Visual Data Preparation (VDP) project
run: |
gh api graphql -f query='
query($org: String!, $number: Int!) {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-pr-to-prj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.botGitHubToken }}
ORGANIZATION: instill-ai
PROJECT_NUMBER: 5 # Visual Datat Preparation (VDP) project
PROJECT_NUMBER: 5 # Visual Data Preparation (VDP) project
run: |
gh api graphql -f query='
query($org: String!, $number: Int!) {
Expand Down

0 comments on commit 7cd170e

Please sign in to comment.