You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't write the failure string when skipping (#220)
* Don't write the failure string when skipping
* Fix bash command
* Don't exit with 4
* Test not checking for changelog
* Test removing changelog from health defaults
* Add debug steps
* Switch changelog if clause syntax
* Fix all
* Revert debug changes
* Revert "Test removing changelog from health defaults"
This reverts commit c9836e0.
* Remove changelog
* Remove debug change
test -f current_repo/output/comment.md || echo $'The ${{ inputs.check }} workflow has encountered an exception and did not complete.' >> current_repo/output/comment.md
- run: test -f current_repo/output/comment.md || echo $'The ${{ inputs.check }} workflow has encountered an exception and did not complete.' >> current_repo/output/comment.md
0 commit comments