Skip to content

Commit

Permalink
Add clarification comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msz-rai committed Feb 26, 2024
1 parent b3a6449 commit ac32813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-subworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
docker-image:
required: true
type: string
# User id is used to run the docker container as the self-hosted user
# It allows to delete build files created in the docker while on the host (checkout-repository job)
# By default, those files are owned by the docker user, and root privileges are required to delete them
self-hosted-user-id:
required: true
type: string
Expand Down

0 comments on commit ac32813

Please sign in to comment.