Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 3c053e1

Browse files
authored
Merge pull request #113 from outsideris/patch-1
Fix broken actions events link
2 parents 2c84735 + b3d2ac4 commit 3c053e1

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
@@ -58,7 +58,7 @@ This will create a new folder `my-cool-action` with the following files:
5858

5959
#### event (optional)
6060

61-
An optional list of [events that this action works with](https://developer.github.com/actions/creating-workflows/workflow-configuration-options/#events-supported-in-workflow-files). If omitted, the action will run for any event - if present, the action will exit with a failing status code for any event that is not allowed.
61+
An optional list of [events that this action works with](https://help.github.com/en/actions/reference/events-that-trigger-workflows). If omitted, the action will run for any event - if present, the action will exit with a failing status code for any event that is not allowed.
6262

6363
```js
6464
const tools = new Toolkit({

0 commit comments

Comments
 (0)