WIP: ci-action #55

Closed
周赵嘉程521432910016 wants to merge 21 commits from ci-action into master
Showing only changes of commit 0cff0b577e - Show all commits

View File

@ -103,7 +103,7 @@ jobs:
echo "Hashes are the same, no update required."
echo "HASH_MATCH=false" >> $GITHUB_ENV
fi
echo env.HASH_MATCH
echo ${env.HASH_MATCH}
- name: Set up Git
if: env.HASH_MATCH==false
run: |