Skip to content

Commit

Permalink
fix: using a specific version for add-to-project (#800)
Browse files Browse the repository at this point in the history
Using a specific version for add-to-project as recommended by the [author of the tool](actions/add-to-project#239).
*By submitting this pull request, I confirm that my contribution is made under the terms of the 
[Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
staycoolcall911 authored Nov 29, 2022
1 parent 8fcdf1f commit 4745372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-backlogger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "Add issue to backlog"
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/winglang/projects/2
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}

0 comments on commit 4745372

Please sign in to comment.