Skip to content

Commit 326e529

Browse files
authored
fix(README): Correct example filename (#59)
Correct example
1 parent f549eff commit 326e529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ name: "Probot app name"
3838
description: "Probot app description."
3939
runs:
4040
using: "node12"
41-
main: "action.js"
41+
main: "index.js"
4242
```
4343
4444
**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)

0 commit comments

Comments
 (0)