Skip to content

Commit 454b0f4

Browse files
committed
test: another user attempt, from actions/checkout#211
1 parent bf5f758 commit 454b0f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020
shell: bash
2121
runs-on: ubuntu-latest
2222
container:
23-
image: aselabsvu/dev-root
23+
image: aselabsvu/dev
2424
volumes:
2525
- ${{ github.workspace }}:/app
2626
env:
2727
PATH: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin:/root/go/bin
2828
GOFLAGS: -buildvcs=false
2929

3030
steps:
31+
- run: sudo chown -R $USER:$USER $GITHUB_WORKSPACE
32+
3133
- uses: actions/checkout@v3
3234
with:
3335
token: ${{ secrets.gh_pat }}

0 commit comments

Comments
 (0)