File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is a script for generating [`availability.go`](../../availability.go).
5
5
6
6
It does:
7
7
8
- 1 . Fetch [ the official contexts document] ( https://github. com/github/docs/blob/ main/content/actions/learn-github-actions/contexts .md )
8
+ 1 . Fetch [ the official contexts document] ( https://raw.githubusercontent. com/github/docs/main/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs .md )
9
9
2 . Parse the markdown file and find "Context availability" table
10
10
3 . Extract contexts and special functions from the table
11
11
4 . Generate Go function and variable to map from workflow keys to available contexts and special functions
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is a script for generating [`all_webhooks.go`](../../all_webhooks.go).
5
5
6
6
It does:
7
7
8
- 1 . Fetch [ the official markdown document] ( https://raw.githubusercontent.com/github/docs/main/content/actions/using -workflows/events-that-trigger-workflows.md )
8
+ 1 . Fetch [ the official markdown document] ( https://raw.githubusercontent.com/github/docs/main/content/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows.md )
9
9
2 . Parse the markdown file and find Webhook names and their types from tables
10
10
3 . Generate mappings from Webhook names to their types as Go map variable
11
11
You can’t perform that action at this time.
0 commit comments