Skip to content

Commit f65f83a

Browse files
authored
Specify correct version of add-to-project action. (#61)
1 parent fb6197d commit f65f83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-issue-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add issue to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@RELEASE_VERSION
13+
- uses: actions/add-to-project@v0.4.0
1414
with:
1515
# You can target a repository in a different organization
1616
# to the issue

0 commit comments

Comments
 (0)