Skip to content

Commit 3183264

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent ed54da9 commit 3183264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pagespeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: srcbranch
2424
with:
2525
github-ref: ${{ github.ref }}
26-
map: { "dev": "staging", "production": "production", ".*": "sandbox" }
26+
map: "{ \"dev\": \"staging\", \"production\": \"production\", \".*\": \"sandbox\" }"
2727

2828
- name: Create local changes
2929
run: | # Have to be sure a folder is present if not, make it

0 commit comments

Comments
 (0)