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

View File

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