Skip to content

Commit 7c07bca

Browse files
Update action.yml
1 parent 000b7e7 commit 7c07bca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Get status of last workflow'
2-
description: 'Get conclusion(success, failure) of last workflow run on current branch.'
1+
name: 'Get status of last workflow execution'
2+
description: 'Get status of last workflow run on current branch.'
33
branding:
44
icon: 'arrow-left'
55
color: 'yellow'
@@ -10,7 +10,7 @@ inputs:
1010
required: true
1111
outputs:
1212
last_status:
13-
description: "`success|failure`"
13+
description: "Status from previous execution of this GitHub Action workflow"
1414
value: ${{ steps.last_status.outputs.last_status }}
1515
runs:
1616
using: "composite"

0 commit comments

Comments
 (0)