Skip to content

Commit

Permalink
ci: remove --remote from command argument
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Jul 18, 2024
1 parent 1d59e78 commit 6902fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudflare-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
secrets: |
ADMINISTRATOR_SECRET
preCommands: |
yarn cf-initdb
wrangler d1 execute comments --yes --file=schema.sql
env:
ADMINISTRATOR_SECRET: ${{ secrets.ADMINISTRATOR_SECRET }}
upload-artifacts:
Expand Down

0 comments on commit 6902fd6

Please sign in to comment.