Skip to content

Commit

Permalink
fix(pr-assign-author): refer to get-github-token via tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 14, 2023
1 parent c7c841d commit f62b51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-assign-author/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- uses: actions/checkout@v3

- uses: ./get-github-token
- uses: myparcelnl/actions/get-github-token@v3
id: token
with:
token: ${{ inputs.token }}
Expand Down

0 comments on commit f62b51a

Please sign in to comment.