Skip to content

Commit

Permalink
Fixes the example link
Browse files Browse the repository at this point in the history
  • Loading branch information
zgosalvez committed Dec 18, 2020
1 parent 294297a commit e70e07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This GitHub Action (written in JavaScript) allows you to leverage GitHub Actions

## Usage
### Pre-requisites
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).
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).

### Inputs
None. This action will automatically scan for workflows in the `.github/wokrflows` directory.
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@v1.0.0 # Replace this
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@v1.0.1 # Replace this
```
## License
Expand Down

0 comments on commit e70e07e

Please sign in to comment.