-
Notifications
You must be signed in to change notification settings - Fork 1.5k
EACCES error since actions/core 1.10.0 is used #957
Copy link
Copy link
Closed
Description
With latest 3.0.11 release I get the following when using the action in a custom container
##[group]Run actions/cache@v3
with:
path: /opt/build/cache
key: abcdefg
env:
PYTHONIOENCODING: utf8
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8
##[endgroup]
##[command]/usr/bin/docker exec 3b546736d77f8824d189889fc7b02137c045e2233570b125fb885a0a9f770eca sh -c "cat /etc/*release | grep ^ID"
##[error]EACCES: permission denied, open '/__w/_temp/_runner_file_commands/save_state_791c05c8-fe09-4487-a97d-52973eee2141'
/__w/is set to 0777 so this isn't a permissions issue of the file system- release 3.0.10 works without any issues here
Reactions are currently unavailable