We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000b7e7 commit 7c07bcaCopy full SHA for 7c07bca
action.yml
@@ -1,5 +1,5 @@
1
-name: 'Get status of last workflow'
2
-description: 'Get conclusion(success, failure) of last workflow run on current branch.'
+name: 'Get status of last workflow execution'
+description: 'Get status of last workflow run on current branch.'
3
branding:
4
icon: 'arrow-left'
5
color: 'yellow'
@@ -10,7 +10,7 @@ inputs:
10
required: true
11
outputs:
12
last_status:
13
- description: "`success|failure`"
+ description: "Status from previous execution of this GitHub Action workflow"
14
value: ${{ steps.last_status.outputs.last_status }}
15
runs:
16
using: "composite"
0 commit comments