Skip to content

Commit

Permalink
Fix actions workflow
Browse files Browse the repository at this point in the history
The RELEASE_VERSION in the example has to be updated to an actual version string.
  • Loading branch information
mpe authored Sep 14, 2022
1 parent d4eaf72 commit c8229d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/linuxppc/projects/1
github-token: ${{ secrets.BOT_ACTIONS_TOKEN }}

0 comments on commit c8229d0

Please sign in to comment.