Skip to content

Commit b1aeda2

Browse files
committed
update workspace
1 parent 673874e commit b1aeda2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
id: run-docker
1717
with:
1818
image: docker:29.0.4
19-
options: -v ${{ github.workspace }}:/github/workspace
19+
options: -v ${{ github.workspace }}:/work
2020
run: |
2121
# write into the mounted repo so the runner can read it
22-
echo "$DOCKER_VERSION" > /github/workspace/docker_version
22+
echo "$DOCKER_VERSION" > /work/docker_version
2323
- name: Test the output
24-
uses: actions/github-script@v3
24+
uses: actions/github-script@v8
2525
with:
2626
script: |
2727
const fs = require('fs');

0 commit comments

Comments
 (0)