fix: configure git email and username
This commit is contained in:
parent
e753a6169d
commit
613e34beeb
3 changed files with 7 additions and 5 deletions
|
@ -30,4 +30,6 @@ RUN rustup component add rustfmt clippy
|
|||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
RUN git config --global user.email "action@git.kemitix.net" && git config --global user.name "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust"
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue