We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5870c commit 89c8821Copy full SHA for 89c8821
1 file changed
README.md
@@ -79,7 +79,7 @@ jobs:
79
# Event `push`: Compare the preceeding commit -> to the current commit of the main branch.
80
# Event `pull_request`: Compare the last commit of main -> to the current commit of a Pull Request branch.
81
# -------------------------------------------------------------------------------------------------------------------------
82
- # To compare changes between the current commit ant the last pushed remote commit set `since_last_remote_commit: true`. e.g
+ # To compare changes between the current commit and the last pushed remote commit set `since_last_remote_commit: true`. e.g
83
# with:
84
# since_last_remote_commit: true
85
0 commit comments