another attempt changing the owner to fix permission issue

This commit is contained in:
2023-01-30 09:43:54 +01:00
parent 2652a351ad
commit ce3afb821f

View File

@@ -7,6 +7,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Change owner to root
run: chown -R root:root /github/workspace
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: build_and_deploy - name: build_and_deploy