Skip to content

Commit

Permalink
fix readme examples (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Jan 3, 2025
1 parent edb3f54 commit bafcd73
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Run this step until three statuses have succeeded on the current ref:

```yaml
- uses: freckle/await-statuses-action@v1
statuses: |
test-this
build-that
other / thing (that)
with:
statuses: |
test-this
build-that
other / thing (that)
```
## Inputs and Outputs
Expand All @@ -36,10 +37,11 @@ Changing our usage example to:

```yaml
- uses: freckle/await-statuses-action@v1
statuses: |
test-this
build-that
other / thing (that) ?
with:
statuses: |
test-this
build-that
other / thing (that) ?
```

This will result in us proceeding even if `other / thing (that)` never shows up,
Expand Down

0 comments on commit bafcd73

Please sign in to comment.