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 ed54da9 commit 3183264Copy full SHA for 3183264
.github/workflows/pagespeed.yml
@@ -23,7 +23,7 @@ jobs:
23
id: srcbranch
24
with:
25
github-ref: ${{ github.ref }}
26
- map: { "dev": "staging", "production": "production", ".*": "sandbox" }
+ map: "{ \"dev\": \"staging\", \"production\": \"production\", \".*\": \"sandbox\" }"
27
28
- name: Create local changes
29
run: | # Have to be sure a folder is present if not, make it
0 commit comments