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 e391788 commit 8584fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tpl/generate.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
echo "Current hash: $currentHash"
parentHash="$OLD_HASH"
echo "Parent hash: $parentHash"
git diff
cp .github/workflows/test.yml test.yml.back
sed -i "s/$currentHash/$parentHash/g" .github/workflows/test.yml
if git diff --quiet; then
Expand All @@ -80,7 +81,6 @@ jobs:
#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"
Expand Down

0 comments on commit 8584fdf

Please sign in to comment.