Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 7, 2023
1 parent 01055c0 commit 47cebda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ jobs:
git config user.email "[email protected]"
git config user.name "Generate.yml"
git add .
git commit -m "Update"
git commit -m "Generated from base-vm"
newHash="$(git rev-parse main)"
echo "New hash: $newHash"
#modify test.yml
sed -i "s/$parentHash/$newHash/g" .github/workflows/test.yml
fi
- uses: EndBug/add-and-commit@v9
with:
message: "Generated from https://github.com/vmactions/base-vm"
message: "Update test hash"
pull: '--rebase --autostash '
add: |
.github/workflows/readme.yml
Expand Down

0 comments on commit 47cebda

Please sign in to comment.