Skip to content

Commit 64a61e5

Browse files
committed
remove fail-fast and fix typo
1 parent 505878e commit 64a61e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
folder: ${{fromJson(needs.setup-matrix.outputs.folders)}}
30+
fail-fast: false
3031
steps:
3132
- uses: actions/checkout@v3
3233
- name: Install dependencies
@@ -37,7 +38,7 @@ jobs:
3738
run: |
3839
case ${{ matrix.folder }} in
3940
ai_image_gen)
40-
echo "EXTRA_ENV=--env REPLICATE_API_TOKEN=${{ secrets.REPLCATE_API_TOKEN }}" >> $GITHUB_ENV
41+
echo "EXTRA_ENV=--env REPLICATE_API_TOKEN=${{ secrets.REPLICATE_API_TOKEN }}" >> $GITHUB_ENV
4142
*)
4243
echo "EXTRA_ENV=" >> $GITHUB_ENV
4344
esac

0 commit comments

Comments
 (0)