Skip to content

Commit e24010f

Browse files
Fix dir name
1 parent 9c277f0 commit e24010f

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_WORKSPACE}/.github:/config local/bootstrap
30+
run: docker run -v ${GITHUB_WORKSPACE}/.github:/configs local/bootstrap
3131

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

0 commit comments

Comments
 (0)