diff --git a/README.md b/README.md index ef5d5fa..cfd1a66 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,13 @@ jobs: git add dummy.txt - uses: qoomon/actions--create-commit@v1 + id: commit with: message: work work + skip-empty: true - - run: git push + - if: ${{ steps.commit.outputs.commit != null }} + run: git push ``` ### Inputs