| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ on: | |||
| 9 | 9 | subsystems: | |
| 10 | 10 | description: Subsystem to run the update for | |
| 11 | 11 | required: false | |
| 12 | - default: '["url", "WebCryptoAPI"]' | ||
| 12 | + default: '["url", "urlpattern", "WebCryptoAPI"]' | ||
| 13 | 13 | ||
| 14 | 14 | permissions: | |
| 15 | 15 | contents: read | |
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | strategy: | |
| 25 | 25 | fail-fast: false | |
| 26 | 26 | matrix: | |
| 27 | - subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "WebCryptoAPI"]') }} | ||
| 27 | + subsystem: ${{ fromJSON(github.event.inputs.subsystems || '["url", "urlpattern", "WebCryptoAPI"]') }} | ||
| 28 | 28 | ||
| 29 | 29 | steps: | |
| 30 | 30 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments