We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0960c2 commit 9ff7b51Copy full SHA for 9ff7b51
.github/workflows/tests.yml
@@ -18,7 +18,9 @@ jobs:
18
image: docker:20.10.3
19
shell: sh
20
run: |
21
+ echo "DOCKER_VERSION="$DOCKER_VERSION
22
echo "docker-version=$DOCKER_VERSION" >> $GITHUB_OUTPUT
23
+ echo "docker-version="${{ steps.run-docker.outputs.docker-version }}
24
- name: Test the output
25
uses: actions/github-script@v6
26
with:
@@ -41,6 +43,7 @@ jobs:
41
43
42
44
45
echo "::set-output name=file-contents::`cat someFile`"
46
+ echo "file-contents:"${{ steps.run-docker.outputs.file-contents }}
47
- name: Check if file contents match
48
49
0 commit comments