We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144bee8 commit f4254b8Copy full SHA for f4254b8
.github/workflows/update-wpt.yml
@@ -9,7 +9,7 @@ on:
9
subsystems:
10
description: Subsystem to run the update for
11
required: false
12
- default: '["url", "WebCryptoAPI"]'
+ default: '["url", "urlpattern", "WebCryptoAPI"]'
13
14
permissions:
15
contents: read
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "WebCryptoAPI"]') }}
+ subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "urlpattern", "WebCryptoAPI"]') }}
28
29
steps:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments