Skip to content

Commit

Permalink
👼 mommy fixes a bit of an oopsie~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Feb 17, 2024
1 parent 243d338 commit e60d25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
sudo -u build git config --global user.name "FWDekkerBot"
sudo -u build git config --global user.email "[email protected]"
sudo -u build git add --all
sudo -u build git commit -m "🔖 mommy updated the build files to mommy $MOMMY_VERSION~" "$empty_option"
sudo -u build git commit -m "🔖 mommy updated the build files to mommy $MOMMY_VERSION~" $empty_option
echo "::endgroup::"
echo "::group::Fast-forward dev"
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
git config --global user.name "FWDekkerBot"
git config --global user.email "[email protected]"
git add --all
git commit -m "🔖 mommy updated the formula to mommy $MOMMY_VERSION~" "$empty_option"
git commit -m "🔖 mommy updated the formula to mommy $MOMMY_VERSION~" $empty_option
echo "::endgroup::"
echo "::group::Fast-forward dev"
Expand Down

0 comments on commit e60d25e

Please sign in to comment.