Skip to content

Commit 54c38b8

Browse files
authored
checkout
1 parent 7a30d42 commit 54c38b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow_run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
name: Test Step
1313
runs-on: ubuntu-latest
1414
steps:
15-
- run: env
15+
- run:
16+
- name: Checkout
17+
uses: actions/checkout@v3
1618
- uses: ./
1719
with:
1820
prompt: |

0 commit comments

Comments
 (0)