We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7dc4af commit 817d01eCopy full SHA for 817d01e
1 file changed
.github/workflows/main.yml
@@ -37,6 +37,12 @@ jobs:
37
outputs:
38
lucee_branch: ${{ steps.set.outputs.lucee_branch }}
39
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 }}"
46
- id: set
47
run: echo "lucee_branch=" >> "$GITHUB_OUTPUT"
48
0 commit comments