Skip to content

Commit 4262219

Browse files
committed
Add debug
1 parent b1aeda2 commit 4262219

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v6
14-
- name: Run docker action and set output for testing
14+
- name: Run docker action and save version for testing
1515
uses: ./
1616
id: run-docker
1717
with:
1818
image: docker:29.0.4
1919
options: -v ${{ github.workspace }}:/work
2020
run: |
21-
# write into the mounted repo so the runner can read it
2221
echo "$DOCKER_VERSION" > /work/docker_version
22+
cat /work/docker_version
23+
- run: cat docker_version
2324
- name: Test the output
2425
uses: actions/github-script@v8
2526
with:

0 commit comments

Comments
 (0)