We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c1340 commit bcf209bCopy full SHA for bcf209b
.github/workflows/deploy-storacha.yml
@@ -2,7 +2,7 @@ name: Deploy Storacha
2
on:
3
push:
4
branches:
5
- - feat/storacha-skin
+ - 'feat/storacha-skin'
6
jobs:
7
release:
8
name: Release
@@ -12,7 +12,7 @@ jobs:
12
url: https://console.storacha.network
13
steps:
14
- uses: actions/checkout@v3
15
- ref: feat/storacha-skin
+ ref: 'feat/storacha-skin'
16
- uses: ./.github/actions/pnpm
17
- name: create .env from .env.tpl setting env variables used by `pnpm run pages:build`
18
run: |
0 commit comments