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 c3b024e commit 890f88cCopy full SHA for 890f88c
.github/workflows/purge-js-delivr-cache.yml
@@ -13,7 +13,7 @@ jobs:
13
method: "POST"
14
accept: 200,201,204,202
15
headers: '{ "cache-control": "no-cache", "content-type": "application/json" }'
16
- body: "{'path': ['/npm/@alma/[email protected]/dist/widgets.js’,'/npm/@alma/[email protected]/dist/widgets.js’,‘/npm/@alma/[email protected]/dist/widgets.js.map’,‘/npm/@alma/[email protected]/dist/widgets.js.map’,'/npm/@alma/[email protected]/dist/widgets.umd.js','/npm/@alma/[email protected]/dist/widgets.umd.js', '/npm/@alma/[email protected]/dist/widgets.umd.js.map’,'/npm/@alma/[email protected]/dist/widgets.umd.js.map’, '/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets-wc.umd.js.map’,'/npm/@alma/[email protected]/dist/widgets-wc.umd.js.map’,'/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.min.css','/npm/@alma/[email protected]/dist/widgets.min.css']}"
+ body: "{'path': ['/npm/@alma/[email protected]/dist/widgets.js','/npm/@alma/[email protected]/dist/widgets.js','/npm/@alma/[email protected]/dist/widgets.umd.js','/npm/@alma/[email protected]/dist/widgets.umd.js', '/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.min.css','/npm/@alma/[email protected]/dist/widgets.min.css']}"
17
18
# If it is set to true, it will show the response log in the GitHub UI
19
log-response: true
0 commit comments