Skip to content

Commit e9886c9

Browse files
authored
README: update
1 parent e2532ee commit e9886c9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar
2020
# Required, workflow file name or ID
2121
workflow: workflow_name.yml
2222
# Optional, the status or conclusion of a completed workflow to search for
23-
# Can be one of a workflow conclusion::
24-
# "failure", "success", "neutral", "cancelled", "skipped", "timed_out", "action_required"
23+
# Can be one of a workflow conclusion:
24+
#. "failure", "success", "neutral", "cancelled", "skipped", "timed_out", "action_required"
2525
# Or a workflow status:
26-
# "completed", "in_progress", "queued"
27-
# Default: "completed,success"
26+
# "completed", "in_progress", "queued"
2827
workflow_conclusion: success
2928
# Optional, will get head commit SHA
3029
pr: ${{github.event.pull_request.number}}

0 commit comments

Comments
 (0)