Skip to content

Commit a8fe6c3

Browse files
committed
Readme - add a link to Composite Actions
1 parent b36eabb commit a8fe6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
## Alternatives
6161

62-
You don't actually need a fully fledged third-party Action from the Marketplace to do this - the `gh` CLI can easily access the same data as this TS code. Here's a prototype that you could save as a composite action, e.g. in your `.github/actions/dependabot-error-alerts/action.yaml`. It does the exact same things as the TS code, but lacks the tests, etc.
62+
You don't actually need a fully fledged third-party Action from the Marketplace to do this - the `gh` CLI can easily access the same data as this TS code. Here's a prototype that you could save as a [composite action](https://docs.github.com/en/actions/tutorials/create-actions/create-a-composite-action), e.g. in your `.github/actions/dependabot-error-alerts/action.yaml`. It does the exact same things as the TS code, but lacks the tests, etc.
6363

6464
```yaml
6565
name: 'Dependabot Error Alerts'

0 commit comments

Comments
 (0)