Moves Godot support files from the root user to the local user. For use with environments where Godot support files are owned by the root user.
name: my-workflow
on: push
jobs:
export:
runs-on: ubuntu-latest
container: ghcr.io/parsenoire/godot-headless:latest
steps:
- uses: parsenoire/godot-setup-action@v1
While the image ghcr.io/parsenoire/godot-headless from GitHub Container Registry is used in this example, this action should work in environments where Godot support files are in the expected locations within root user's home folder.