mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
Make "Check State" step of what-to-make job verbose for debugging
This commit is contained in:
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user