Skip to content

Commit

Permalink
actions: remove --user
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Nov 19, 2023
1 parent fae18d8 commit fae19d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
docker run \
--rm \
-v "$PWD:/pkg" \
--user "$(id -u)" \
--env "GIT_AUTHOR_NAME=acheronfail" \
--env "GIT_COMMITTER_NAME=acheronfail" \
--env "[email protected]" \
Expand Down Expand Up @@ -139,7 +138,6 @@ jobs:
docker run \
--rm \
-v "$PWD:/pkg" \
--user "$(id -u)" \
--env "GIT_AUTHOR_NAME=acheronfail" \
--env "GIT_COMMITTER_NAME=acheronfail" \
--env "[email protected]" \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
docker run \
--rm \
-v "$PWD:/pkg" \
--user "$(id -u)" \
--env "GIT_AUTHOR_NAME=acheronfail" \
--env "GIT_COMMITTER_NAME=acheronfail" \
--env "[email protected]" \
Expand Down

0 comments on commit fae19d7

Please sign in to comment.