Skip to content

Commit

Permalink
fix: correct action name on failed info
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang authored and gr2m committed Nov 25, 2019
1 parent ba5f956 commit 61b2e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function main() {
core.setFailed(
`GITHUB_TOKEN is not configured. Make sure you made it available to your action
uses: gr2m/create-or-update-pull-request-with-local-changes-action@master
uses: gr2m/create-or-update-pull-request-action@master
env:
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}`
);
Expand Down

0 comments on commit 61b2e3a

Please sign in to comment.