Skip to content

EACCES error since actions/core 1.10.0 is used #957

@priv-kweihmann

Description

@priv-kweihmann

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions