Skip to content

Commit 4a41868

Browse files
committed
Put actions/checkout in reusable workflow
1 parent 6df674b commit 4a41868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-in-docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
reusable_workflow_job:
1616
runs-on: ubuntu-latest
1717
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v3
20+
1821
- name: Set environment variables
1922
run: |
2023
read -r -a vars <<< "${{ matrix.configuration.env_vars }}"

0 commit comments

Comments
 (0)