mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 22:56:54 +08:00
ci: enhance version log (#429)
This commit is contained in:
parent
70c0076457
commit
681dcab3fd
@ -37,8 +37,8 @@ ENV GITHUB_REPOSITORY_OWNER="peaceiris"
|
|||||||
ENV GITHUB_ACTIONS="true"
|
ENV GITHUB_ACTIONS="true"
|
||||||
ENV CI="true"
|
ENV CI="true"
|
||||||
|
|
||||||
RUN node -v && \
|
RUN echo "node version: $(node -v)" && \
|
||||||
npm -v && \
|
echo "npm version: $(npm -v)" && \
|
||||||
git --version && \
|
git --version && \
|
||||||
git config --global init.defaultBranch main && \
|
git config --global init.defaultBranch main && \
|
||||||
git config --global init.defaultBranch
|
git config --global init.defaultBranch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user