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 a8704b6

Browse filesBrowse files
committed
Add note about checkout to separate file docs
1 parent e16145c commit a8704b6
Copy full SHA for a8704b6

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
echo-input:
190190
runs-on: ubuntu-latest
191191
steps:
192+
- uses: @actions/checkout@v2
192193
- uses: @actions/github-script@0.9.0
193194
with:
194195
script: |
@@ -211,3 +212,7 @@ the inline script.
211212
Note that because you can't `require` things like the GitHub context or
212213
Actions Toolkit libraries, you'll want to pass them as arguments to your
213214
external function.
215+
216+
Additionally, you'll want to use the [checkout
217+
action](https://github.com/actions/checkout) to make sure your script file is
218+
available.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.