Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 6, 2023
1 parent 59ce6ba commit 8c5b8d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/tpl/generate.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ jobs:
else
#has changes:
rm -f test.yml.back
rm -rf base-vm
git diff
#commit all changes and get new hash
git config user.email "[email protected]"
git config user.name "Generate.yml"
git add .
git commit -m "Update"
newHash="$(git rev-parse main)"
Expand Down

0 comments on commit 8c5b8d0

Please sign in to comment.