ci: swap user to 1001

This commit is contained in:
Ramon Roche
2024-08-13 06:36:25 -07:00
parent e89e67b3bc
commit f4e0abc700
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}
container:
image: ${{ matrix.container }}
options: --user 1000
options: --user 1001
steps:
- uses: actions/checkout@v1
with: