Skip to content

Commit 9c277f0

Browse files
Use absolute path
1 parent 6a44ab4 commit 9c277f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
workdir: .
2828

2929
- name: Bootstrap the environment Dockerfile
30-
run: docker run -v .github:/config local/bootstrap
30+
run: docker run -v ${GITHUB_WORKSPACE}/.github:/config local/bootstrap
3131

3232
- name: Build the environment
3333
uses: docker/bake-action@v5

0 commit comments

Comments
 (0)