Skip to content

Commit f406ac9

Browse files
author
Alan Shaw
committed
fix: check ref
1 parent bcf209b commit f406ac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-storacha.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
url: https://console.storacha.network
1313
steps:
1414
- uses: actions/checkout@v3
15-
ref: 'feat/storacha-skin'
15+
with:
16+
ref: 'feat/storacha-skin'
1617
- uses: ./.github/actions/pnpm
1718
- name: create .env from .env.tpl setting env variables used by `pnpm run pages:build`
1819
run: |

0 commit comments

Comments
 (0)