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 699fe2a commit 46fec27Copy full SHA for 46fec27
.github/workflows/pagespeed.yml
@@ -23,8 +23,7 @@ jobs:
23
id: srcbranch
24
with:
25
github-ref: ${{ github.ref }}
26
- map: |
27
- ${{ toJSON({ dev: 'staging', production: 'production', '.*': 'sandbox' }) }}
+ map: ${{ toJSON({ dev: 'staging', production: 'production', '.*': 'sandbox' }) }}
28
29
- name: Create local changes
30
run: | # Have to be sure a folder is present if not, make it
0 commit comments