打印变量信息
Some checks failed
Generate README based on repo name and commits / generate-readme (push) Failing after 11s

This commit is contained in:
liyp 2025-04-10 14:40:42 +08:00
parent 68480ca228
commit 4796ddf686

View File

@ -41,6 +41,8 @@ jobs:
run: | run: |
git config --local user.email "liyepan@linuxacme.com" git config --local user.email "liyepan@linuxacme.com"
git config --local user.name "iorebuild" git config --local user.name "iorebuild"
git config --global credential.helper store
echo "https://${GIT_REPO_TOKEN}@git.linuxacme.com" > ~/.git-credentials
git add README.md git add README.md
if git diff --staged --quiet; then if git diff --staged --quiet; then
echo "No changes to README.md. Skipping commit." echo "No changes to README.md. Skipping commit."