Skip to content

Commit

Permalink
Merge pull request #54 from joshmgross/patch-1
Browse files Browse the repository at this point in the history
Fix Action references in separate file example
  • Loading branch information
Jonathan Clem authored and GitHub committed May 29, 2020
2 parents c7971c2 + 9b7fae1 commit 1b10125
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 @@ -190,8 +190,8 @@ jobs:
echo-input:
runs-on: ubuntu-latest
steps:
- uses: @actions/checkout@v2
- uses: @actions/github-script@v1
- uses: actions/checkout@v2
- uses: actions/github-script@v1
with:
script: |
const path = require('path')
Expand Down

0 comments on commit 1b10125

Please sign in to comment.