Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Sep 6, 2024
1 parent 54c4b90 commit 212ca48
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/add-to-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
with:
project-url: https://github.com/users/derekbit/projects/4
github-token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

id: add-project
- name: Update Fields
uses: titoportas/update-project-fields@v0.1.0
with:
project-url: ttps://github.com/users/derekbit/projects/4
github-token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
item-id: ${{ steps.add-project.outputs.itemId }} # Use the item-id output of the previous step
field-keys: Status, Sprint
field-values: Backlog, [0]
qa:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 212ca48

Please sign in to comment.