Skip to content

Commit 817d01e

Browse files
committed
ci: move debug logging to config job (always runs)
1 parent c7dc4af commit 817d01e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
outputs:
3838
lucee_branch: ${{ steps.set.outputs.lucee_branch }}
3939
steps:
40+
- name: Debug event inputs
41+
run: |
42+
echo "event_name=${{ github.event_name }}"
43+
echo "ref=${{ github.ref }}"
44+
echo "inputs.deploy=${{ inputs.deploy }}"
45+
echo "event.inputs.deploy=${{ github.event.inputs.deploy }}"
4046
- id: set
4147
run: echo "lucee_branch=" >> "$GITHUB_OUTPUT"
4248

0 commit comments

Comments
 (0)