Skip to content

Commit dff2eba

Browse files
committed
Patch: use root user according to actions/checkout#1014
1 parent 86d5211 commit dff2eba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
build:
1616
name: Build documentation
1717
runs-on: ubuntu-latest
18-
container: ghcr.io/huangfusl/blog-env:${{ inputs.build-type }}
18+
container:
19+
image: ghcr.io/huangfusl/blog-env:${{ inputs.build-type }}
20+
options: --user root
1921
steps:
2022

2123
- name: Checkout Main

0 commit comments

Comments
 (0)