We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65ea66 commit 3646dd5Copy full SHA for 3646dd5
.github/workflows/test-workflow.yml
@@ -37,3 +37,10 @@ jobs:
37
- uses: actions/checkout@v5
38
with:
39
persist-credentials: false
40
+ - name: print all inputs
41
+ run: |
42
+ echo "environment: ${{ github.event.inputs.environment }}"
43
+ echo "reason: ${{ github.event.inputs.reason }}"
44
+ echo "environment-optional: ${{ github.event.inputs.environment-optional }}"
45
+ echo "choices-input-optional: ${{ github.event.inputs.choices-input-optional }}"
46
+ echo "number-input-optional: ${{ github.event.inputs.number-input-optional }}"
0 commit comments