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