Skip to content

Commit f9b681f

Browse files
committed
Fixed workflow syntax
1 parent 9233343 commit f9b681f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: ./
22-
id: store-variables
2322
with:
2423
command: pwd
2524
- uses: ./
26-
id: store-variables
2725
with:
2826
command: ls
2927
- uses: ./
30-
id: store-variables
3128
with:
3229
command: echo "test"

0 commit comments

Comments
 (0)