Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b7fae1

Browse filesBrowse files
authored
Fix Action references in separate file example
1 parent c7971c2 commit 9b7fae1
Copy full SHA for 9b7fae1

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.