In This Repository you can find a module that will setup all of the files and configuration needed for GitHub Actions runner to work on Linux hosts (Ubuntu, Debian and CentOS).
Apache License 2.0
12
stars
15
forks
source link
Package Archive permission and ownership should be overwritten #10
Currently the untared directory contain a mixed permission for the files extracted from the github actions runner.
This is the default behaviour when creating a Tarball. We should add Exec step to chmod these files.