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
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 4a93ad9

Browse filesBrowse files
committed
Add actions/checkout
1 parent 19e7914 commit 4a93ad9
Copy full SHA for 4a93ad9

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎.github/workflows/integration.yml

Copy file name to clipboardExpand all lines: .github/workflows/integration.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test-return:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v2
1112
- id: output-set
1213
uses: ./
1314
with:
@@ -22,6 +23,7 @@ jobs:
2223
test-relative-require:
2324
runs-on: ubuntu-latest
2425
steps:
26+
- uses: actions/checkout@v2
2527
- id: output-set
2628
uses: ./
2729
with:
@@ -36,6 +38,7 @@ jobs:
3638
test-npm-require:
3739
runs-on: ubuntu-latest
3840
steps:
41+
- uses: actions/checkout@v2
3942
- id: output-set
4043
uses: ./
4144
with:

0 commit comments

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