mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
chore: I'm dumb af
This commit is contained in:
parent
dd7f0f2211
commit
121ee818a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/project.yml
vendored
2
.github/workflows/project.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
PROJECT_NUMBER: "1"
|
PROJECT_NUMBER: "1"
|
||||||
run: |
|
run: |
|
||||||
# Get Project data
|
# Get Project data
|
||||||
GITHUB_TOKEN=$GITHUB_TOKEN gh api graphql -f query='
|
gh api graphql -f query='
|
||||||
query($org: String!, $number: Int!) {
|
query($org: String!, $number: Int!) {
|
||||||
organization(login: $org){
|
organization(login: $org){
|
||||||
projectNext(number: $number) {
|
projectNext(number: $number) {
|
||||||
|
|
Loading…
Reference in a new issue