mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2026-09-25 14:18:40 +00:00
ci: enhance version log (#429)
This commit is contained in:
+2
-2
@@ -37,8 +37,8 @@ ENV GITHUB_REPOSITORY_OWNER="peaceiris"
|
||||
ENV GITHUB_ACTIONS="true"
|
||||
ENV CI="true"
|
||||
|
||||
RUN node -v && \
|
||||
npm -v && \
|
||||
RUN echo "node version: $(node -v)" && \
|
||||
echo "npm version: $(npm -v)" && \
|
||||
git --version && \
|
||||
git config --global init.defaultBranch main && \
|
||||
git config --global init.defaultBranch
|
||||
|
||||
Reference in New Issue
Block a user