We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1ab80 commit 94dc024Copy full SHA for 94dc024
.github/workflows/auto-publish.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
main:
13
name: Build, Validate and Deploy
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
- uses: w3c/spec-prod@v2
@@ -24,4 +24,4 @@ jobs:
24
W3C_WG_DECISION_URL: https://www.w3.org/2016/04/14-wpwg-minutes.html
25
W3C_BUILD_OVERRIDE: |
26
status: CRD
27
- shortname: secure-payment-confirmation
+ shortname: secure-payment-confirmation
.github/workflows/build.yml
@@ -7,7 +7,7 @@ on:
7
8
9
name: Build, Validate, and Publish
10
0 commit comments