Skip to content

Commit 7f419a7

Browse files
chore: Update auto-publish-errata.yml
1 parent ff5f861 commit 7f419a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-publish-errata.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
pull_request: {}
1010

1111
jobs:
12-
validate-and-publish:
13-
name: Validate and Publish
12+
generate-errata:
13+
name: Generate errata
1414
runs-on: ubuntu-latest # only linux supported at present
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- uses: w3c/spec-prod@v2
1818
with:
1919
SOURCE: errata.html

0 commit comments

Comments
 (0)