Skip to content

Commit

Permalink
Remove debuging code
Browse files Browse the repository at this point in the history
  • Loading branch information
sirwolfgang committed Jul 29, 2021
1 parent 91ce925 commit d1382ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7990,7 +7990,7 @@ currentTime.setupBusiness(
)

if(!currentTime.isBusinessDay()) {
core.setFailed('It\'s probably better if you leave it for next week' + deployDays)
core.setFailed('It\'s probably better if you leave it for next week')

} else if(currentTime.isHoliday()) {
core.setFailed('Are you forgetting something?')
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ currentTime.setupBusiness(
)

if(!currentTime.isBusinessDay()) {
core.setFailed('It\'s probably better if you leave it for next week' + deployDays)
core.setFailed('It\'s probably better if you leave it for next week')

} else if(currentTime.isHoliday()) {
core.setFailed('Are you forgetting something?')
Expand Down

0 comments on commit d1382ef

Please sign in to comment.