Skip to content

Commit

Permalink
Merge pull request Harry-zklcdc#441 from Cccc-owo/fix-typo
Browse files Browse the repository at this point in the history
[Fix] 🐛 typo in cloudflare-worker-deploy.yml
  • Loading branch information
Harry-zklcdc authored Jun 18, 2024
2 parents 6f47d60 + c0b7877 commit 5073182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare-worker-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cloudfalre Worker Deploy
name: Cloudflare Worker Deploy
on:
push:
branches:
Expand All @@ -24,4 +24,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: 'deploy --keep-vars'
command: 'deploy --keep-vars'

0 comments on commit 5073182

Please sign in to comment.