We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e428d8 commit 55c5af3Copy full SHA for 55c5af3
.github/workflows/deploy-laravel-demo-free.yml
@@ -57,7 +57,7 @@ jobs:
57
run: pnpm tsx src/templates/${{ env.BRAND_NAME }}/scripts/genLaravelDemos.ts --isFree $([[ "${{ inputs.is_production }}" != "true" ]] && echo --staging)
58
59
- name: 🚀 Upload demos zip
60
- uses: appleboy/scp-action@v0.1.3
+ uses: appleboy/scp-action@master
61
with:
62
host: ${{ secrets.HOST }}
63
username: ${{ secrets.USERNAME }}
0 commit comments