Make "Check State" step of what-to-make job verbose for debugging

This commit is contained in:
Mike Gelfand 2022-11-28 21:00:34 +00:00
parent e0a44a1e5d
commit d91b5ca674
No known key found for this signature in database
GPG Key ID: CC4DBBE3299B16F8
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
- name: Check State
id: check-state
run: |
set -x
if [ "$GITHUB_EVENT_NAME" = 'push' ] && [ "$GITHUB_REF_NAME" = 'main' ]; then \
echo "::set-output name=is-main-push::1"; \
else \