Skip to content

Commit 93ba3bf

Browse files
committed
Inputs context
1 parent 5b359c1 commit 93ba3bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/context/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ runs:
3030
ENV_CONTEXT: ${{ toJson(env) }}
3131
run: |
3232
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

Comments
 (0)