Skip to content

Commit e70e07e

Browse files
committed
Fixes the example link
1 parent 294297a commit e70e07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This GitHub Action (written in JavaScript) allows you to leverage GitHub Actions
44

55
## Usage
66
### Pre-requisites
7-
Create a workflow `.yml` file in your `.github/workflows` directory. An [example workflow](#example-workflow---create-a-release) is available below. For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).
7+
Create a workflow `.yml` file in your `.github/workflows` directory. An [example workflow](#common-workflow) is available below. For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).
88

99
### Inputs
1010
None. This action will automatically scan for workflows in the `.github/wokrflows` directory.
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
3030
- name: Ensure SHA pinned actions
31-
uses: zgosalvez/[email protected].0 # Replace this
31+
uses: zgosalvez/[email protected].1 # Replace this
3232
```
3333

3434
## License

0 commit comments

Comments
 (0)