Skip to content

Commit

Permalink
style: correct grammatical errors in log messages (TriPSs#266)
Browse files Browse the repository at this point in the history
Fixed minor grammatical errors in the log messages.
  • Loading branch information
TriPSs authored Jul 8, 2024
2 parents 3a392e9 + 7679903 commit 492ffbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async function run() {
if (!skipTag) {
await git.createTag(gitTag)
} else {
core.info('We not going to the tag the GIT changes')
core.info('We are not going to the tag the GIT changes')
}

if (gitPush) {
Expand All @@ -229,7 +229,7 @@ async function run() {
}

} else {
core.info('We not going to push the GIT changes')
core.info('We are not going to push the GIT changes')
}

// Set outputs so other actions (for example actions/create-release) can use it
Expand Down Expand Up @@ -271,4 +271,4 @@ process.on('unhandledRejection', (reason, promise) => {
core.setFailed(error)
})

run()
run()

0 comments on commit 492ffbe

Please sign in to comment.