Skip to content

Commit 8e428d8

Browse files
authored
Update deploy-laravel-demo-free.yml
1 parent eae1b4b commit 8e428d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-laravel-demo-free.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: pnpm tsx src/templates/${{ env.BRAND_NAME }}/scripts/genLaravelDemos.ts --isFree $([[ "${{ inputs.is_production }}" != "true" ]] && echo --staging)
5858

5959
- name: 🚀 Upload demos zip
60-
uses: appleboy/scp-action@master
60+
uses: appleboy/scp-action@v0.1.3
6161
with:
6262
host: ${{ secrets.HOST }}
6363
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)