Skip to content

Commit 553c5c3

Browse files
authored
Fix copy-paste error in Echidna decision URL
Also add "Verify common files" rule
1 parent e3c2981 commit 553c5c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
VALIDATE_MARKUP: true
2121
ACTIONS_STEP_DEBUG: true
2222
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
23-
W3C_WG_DECISION_URL: https://www.w3.org/2022/11/09-rch-minutes#r03
23+
W3C_WG_DECISION_URL: https://www.w3.org/2023/04/20-rdf-star-minutes.html#r03
2424
W3C_BUILD_OVERRIDE: |
2525
specStatus: WD
26-
shortName: rdf12-concepts
26+
- name: "Verify common files are consistent"
27+
run: |
28+
git submodule add https://github.com/w3c/rdf-common.git spec/rdf-common
29+
diff --exclude .git -r spec/rdf-common spec/common

0 commit comments

Comments
 (0)