You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ jobs:
59
59
60
60
## Alternatives
61
61
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.
0 commit comments