Closed
Description
If the container
runs as non-root user, the checkout might belows to a different user.
Example
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: votca/buildenv:latest
steps:
- uses: actions/checkout@master
with:
submodules: true
- run: id
- run: ls -l
The user is:
uid=1000(votca) gid=1000(votca) groups=1000(votca),10(wheel)
but the checkout is owned by uid 1001.
Metadata
Metadata
Assignees
Labels
No labels