Skip to content

Commit bcf209b

Browse files
author
Alan Shaw
committed
fix: quotes
1 parent f7c1340 commit bcf209b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-storacha.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Storacha
22
on:
33
push:
44
branches:
5-
- feat/storacha-skin
5+
- 'feat/storacha-skin'
66
jobs:
77
release:
88
name: Release
@@ -12,7 +12,7 @@ jobs:
1212
url: https://console.storacha.network
1313
steps:
1414
- uses: actions/checkout@v3
15-
ref: feat/storacha-skin
15+
ref: 'feat/storacha-skin'
1616
- uses: ./.github/actions/pnpm
1717
- name: create .env from .env.tpl setting env variables used by `pnpm run pages:build`
1818
run: |

0 commit comments

Comments
 (0)