Skip to content

Commit

Permalink
fix(README): Correct example filename (#59)
Browse files Browse the repository at this point in the history
Correct example
  • Loading branch information
zekenie committed Oct 7, 2022
1 parent f549eff commit 326e529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name: "Probot app name"
description: "Probot app description."
runs:
using: "node12"
main: "action.js"
main: "index.js"
```

**Important**: Your external dependencies will not be installed, you have to either vendor them in by committing the contents of the `node_modules` folder, or compile the code to a single executable script (recommended). See [GitHub's documentation](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github)
Expand Down

0 comments on commit 326e529

Please sign in to comment.