Skip to content

Commit

Permalink
ops(triage): fix assignee typo and actions/add-to-project version
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jan 30, 2023
1 parent f22d868 commit 8c68ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
assign-project:
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/users/epignatelli/projects/7
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -21,4 +21,4 @@ jobs:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
assignees: ${{ github.actor }}

0 comments on commit 8c68ad6

Please sign in to comment.