Skip to content

Commit 9e544cb

Browse files
authored
Fix broken version in add to project (#106)
1 parent b9314aa commit 9e544cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event_name == 'issues'
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/add-to-project@v1
33+
- uses: actions/add-to-project@v1.0.2
3434
with:
3535
project-url: https://github.com/orgs/ROCm/projects/91
3636
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)