We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7a6c3 commit 2ef5ba0Copy full SHA for 2ef5ba0
action.yml
@@ -1,4 +1,4 @@
1
-name: 'Debug Action'
+name: 'Debug Action Contexts'
2
description: 'Dump Action Contexts'
3
author: 'henrygriffiths'
4
branding:
@@ -35,4 +35,4 @@ runs:
35
NEEDS_CONTEXT: ${{ inputs.needs_context }}
36
INPUTS_CONTEXT: ${{ toJson(inputs) }}
37
shell: bash
38
- run: ./debug_action.sh ${{ inputs.contexts }}
+ run: ./debug_action.sh ${{ inputs.contexts }}
0 commit comments