Skip to content

Commit

Permalink
docs: improve readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Mar 21, 2024
1 parent 9bfc384 commit 80c4bd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80c4bd5

Please sign in to comment.