ci: comment user id

This commit is contained in:
Ramon Roche
2024-08-13 07:12:42 -07:00
parent b24db4d516
commit 7c90d5ffb8
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}
container:
image: ${{ matrix.container }}
options: --user 1001
# options: --user 1001
steps:
- uses: actions/checkout@v4
with: