Open
Description
ubuntu-latest:
runs-on: ubuntu-latest
container: christopherhx/runner-images:ubuntu20-runner-medium-hostedtoolcache-20231126.1.0
steps:
- uses: actions/checkout@v4
- run: uname -a
I seem to have some problems using ChristopherHX/runner-image-blobs
. It will prompt the following error:
##[group]Run actions/checkout@v4
with:
repository: oilrich25/simple-go-action
token: ***
ssh-strict: true
persist-credentials: true
clean: true
sparse-checkout-cone-mode: true
fetch-depth: 1
fetch-tags: false
show-progress: true
lfs: false
submodules: false
set-safe-directory: true
env:
CACHE_EPOCH: 1
CCACHE_MAXFILES: 0
CCACHE_MAXSIZE: 200M
GOCACHE: /root/gocache
SCCACHE_CACHE_SIZE: 200M
XDC_CACHE_HOME: /root/gocache
##[endgroup]
##[command]/snap/bin/docker exec 458ab520d039e302c1e783b7adc96bc7bab166394a7a9c1a89370467ed40316b sh -c "cat /etc/*release | grep ^ID"
node:internal/fs/sync:78
return binding.openSync(
^
Error: EACCES: permission denied, open '/__w/_temp/_runner_file_commands/save_state_2b00fafd-10c3-4255-90f8-57582bc4e694'
at Object.open (node:internal/fs/sync:78:18)
at Object.openSync (node:fs:565:17)
at Object.writeFileSync (node:fs:2288:35)
at Object.appendFileSync (node:fs:2350:6)
at Object.issueFileCommand (/__w/_actions/actions/checkout/v4/dist/index.js:2967:8)
at Object.saveState (/__w/_actions/actions/checkout/v4/dist/index.js:2884:31)
at 8647 (/__w/_actions/actions/checkout/v4/dist/index.js:2343:10)
at __nccwpck_require__ (/__w/_actions/actions/checkout/v4/dist/index.js:18273:43)
at 2565 (/__w/_actions/actions/checkout/v4/dist/index.js:146:34)
at __nccwpck_require__ (/__w/_actions/actions/checkout/v4/dist/index.js:18273:43) {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/__w/_temp/_runner_file_commands/save_state_2b00fafd-10c3-4255-90f8-57582bc4e694'
}
Node.js v20.8.1
Metadata
Metadata
Assignees
Labels
No labels