Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Since the packaged `index.js` is run from the `./dist` folder.
git add dist
```

And now GitHub will know to use the action sourced under th `./dist` folder. You could use it in a workflow like
And now GitHub will know to use the action sourced under th `./dist` folder. You could use it in a workflow like:

```yaml
uses: dangoslen/constable-github-action@<your-branch>
Expand Down