From 50713b32751ea2880caaa6ebba26e0aab4d29b8c Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Fri, 1 Nov 2024 21:36:09 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 744170a..ed4d658 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ jobs: message: work work skip-empty: true - - run: git push + - if: ${{ steps.commit.outputs.commit != null }} + run: git push ``` ### Inputs