打印变量信息
Some checks failed
Generate README based on repo name and commits / generate-readme (push) Failing after 11s
Some checks failed
Generate README based on repo name and commits / generate-readme (push) Failing after 11s
This commit is contained in:
parent
68480ca228
commit
4796ddf686
@ -41,6 +41,8 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "liyepan@linuxacme.com"
|
||||
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
|
||||
if git diff --staged --quiet; then
|
||||
echo "No changes to README.md. Skipping commit."
|
||||
|
Loading…
Reference in New Issue
Block a user