Skip to content

Commit

Permalink
fix: check ref
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jul 31, 2024
1 parent bcf209b commit f406ac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-storacha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
url: https://console.storacha.network
steps:
- uses: actions/checkout@v3
ref: 'feat/storacha-skin'
with:
ref: 'feat/storacha-skin'
- uses: ./.github/actions/pnpm
- name: create .env from .env.tpl setting env variables used by `pnpm run pages:build`
run: |
Expand Down

0 comments on commit f406ac9

Please sign in to comment.