Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b7fae1

Browse files
authored
Fix Action references in separate file example
1 parent c7971c2 commit 9b7fae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ jobs:
190190
echo-input:
191191
runs-on: ubuntu-latest
192192
steps:
193-
- uses: @actions/checkout@v2
194-
- uses: @actions/github-script@v1
193+
- uses: actions/checkout@v2
194+
- uses: actions/github-script@v1
195195
with:
196196
script: |
197197
const path = require('path')

0 commit comments

Comments
 (0)