mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
Make "Check State" step of what-to-make job verbose for debugging
This commit is contained in:
parent
e0a44a1e5d
commit
d91b5ca674
1 changed files with 1 additions and 0 deletions
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue