From e6032d85f72ccea824a9c5dda36056c11b4540c9 Mon Sep 17 00:00:00 2001 From: Alex Buchanan Date: Fri, 23 Aug 2024 14:52:25 -0700 Subject: [PATCH] Update hello_world.yml --- .github/workflows/hello_world.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello_world.yml b/.github/workflows/hello_world.yml index c33912c..9cee604 100644 --- a/.github/workflows/hello_world.yml +++ b/.github/workflows/hello_world.yml @@ -32,6 +32,10 @@ jobs: - name: Replace version run: | sed -i 's/ABCTL_VERSION = ".*"/ABCTL_VERSION = "'$ABCTL_VERSION'"/' Formula/abctl.rb - - name: Show change - run: git status && git diff + - name: Show diff + run: git diff + - name: Commit changes + run: git commit -a -m "Update abctl to $ABCTL_VERSION" + - name: Push change + run: git push