Tentative 2 : workaround permissions issues in main github workflow
This commit is contained in:
parent
b86e1a7a54
commit
f653fde5d2
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -24,8 +24,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: jf002/infinitime-build
|
image: jf002/infinitime-build
|
||||||
steps:
|
steps:
|
||||||
- name: Workqround permission issues
|
- name: Workaround permission issues
|
||||||
run: export GIT_CEILING_DIRECTORIES=/__w # only work before git v2.35.2
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
- name: Checkout source files
|
- name: Checkout source files
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user