Skip to content

Commit 2ef5ba0

Browse files
chore: rename action (#6)
1 parent 2f7a6c3 commit 2ef5ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Debug Action'
1+
name: 'Debug Action Contexts'
22
description: 'Dump Action Contexts'
33
author: 'henrygriffiths'
44
branding:
@@ -35,4 +35,4 @@ runs:
3535
NEEDS_CONTEXT: ${{ inputs.needs_context }}
3636
INPUTS_CONTEXT: ${{ toJson(inputs) }}
3737
shell: bash
38-
run: ./debug_action.sh ${{ inputs.contexts }}
38+
run: ./debug_action.sh ${{ inputs.contexts }}

0 commit comments

Comments
 (0)