mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Add checkout step
This commit is contained in:
parent
13bd4058af
commit
3a9736af8f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/integration.yml
vendored
1
.github/workflows/integration.yml
vendored
|
|
@ -6,6 +6,7 @@ jobs:
|
|||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- id: output-set
|
||||
uses: actions/github-script@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue