We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673874e commit b1aeda2Copy full SHA for b1aeda2
1 file changed
.github/workflows/tests.yml
@@ -16,12 +16,12 @@ jobs:
16
id: run-docker
17
with:
18
image: docker:29.0.4
19
- options: -v ${{ github.workspace }}:/github/workspace
+ options: -v ${{ github.workspace }}:/work
20
run: |
21
# write into the mounted repo so the runner can read it
22
- echo "$DOCKER_VERSION" > /github/workspace/docker_version
+ echo "$DOCKER_VERSION" > /work/docker_version
23
- name: Test the output
24
- uses: actions/github-script@v3
+ uses: actions/github-script@v8
25
26
script: |
27
const fs = require('fs');
0 commit comments