We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16145c commit a8704b6Copy full SHA for a8704b6
README.md
@@ -189,6 +189,7 @@ jobs:
189
echo-input:
190
runs-on: ubuntu-latest
191
steps:
192
+ - uses: @actions/checkout@v2
193
- uses: @actions/github-script@0.9.0
194
with:
195
script: |
@@ -211,3 +212,7 @@ the inline script.
211
212
Note that because you can't `require` things like the GitHub context or
213
Actions Toolkit libraries, you'll want to pass them as arguments to your
214
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