Fixed board ID

This commit is contained in:
Hugo Bernier 2021-11-07 23:21:53 -05:00
parent 38f82b2fd2
commit ed653b53f3
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.projects.createCard({
column_id: 16754379,
column_id: 16754671,
content_id: context.payload.issue.id,
content_type: "Issue"
});
});