We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ad993 commit dbda091Copy full SHA for dbda091
Dockerfile
@@ -25,7 +25,7 @@ RUN echo '[safe]\n\tdirectory = *' > /etc/gitconfig
25
COPY --from=builder /app/target/release/git-cliff /usr/local/bin
26
WORKDIR app
27
28
-# Even if the repository as marked as safe, GitHub Actions and some other
+# Even if the repository is marked as safe, GitHub Actions and some other
29
# environments insist on running the entrypoint as root inside the container
30
# even when being run by a non privileged user on their own files. Here we
31
# check the ownership of the workdir (which may or may not be /app) and change
0 commit comments