Skip to content

Commit 3646dd5

Browse files
committed
fix
1 parent b65ea66 commit 3646dd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ jobs:
3737
- uses: actions/checkout@v5
3838
with:
3939
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

Comments
 (0)