We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b359c1 commit 93ba3bfCopy full SHA for 93ba3bf
1 file changed
.github/actions/context/action.yml
@@ -30,3 +30,9 @@ runs:
30
ENV_CONTEXT: ${{ toJson(env) }}
31
run: |
32
echo "$ENV_CONTEXT"
33
+ - name: Dump inputs context
34
+ shell: bash
35
+ env:
36
+ INPUTS_CONTEXT: ${{ toJson(inputs) }}
37
+ run: |
38
+ echo "$INPUTS_CONTEXT"
0 commit comments