Skip to content

Commit

Permalink
Dont Fail the action just warn the user
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Dec 16, 2023
1 parent 9ff500d commit b5bcc8b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 43 deletions.
81 changes: 40 additions & 41 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ try {
.then((ownerId) => {
if (wasPostPublished(feed)) {
core.warning("Post was already published");
core.setFailed("Ending job because post was already published");
core.warning("Ending job because post was already published");
return;
}

Expand Down

0 comments on commit b5bcc8b

Please sign in to comment.