Skip to content

Commit

Permalink
Fix github workflow to automate adding issues to project (#679)
Browse files Browse the repository at this point in the history
Add release version
  • Loading branch information
sarah-tuva authored Nov 25, 2024
1 parent b530d2e commit 62da65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_issues_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION
- uses: actions/add-to-project@v1.0.2
with:
# setting the project url so this workflow can be used in other repos
project-url: https://github.com/orgs/tuva-health/projects/3
Expand Down

0 comments on commit 62da65e

Please sign in to comment.