Skip to content

Commit

Permalink
fix: attempt 5 for correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
cknight committed Sep 13, 2023
1 parent c9ba916 commit 3ec0000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "kv_enqueue_example" # 📝 Update the deploy project name if necessary
project: "kv-enqueue-example" # 📝 Update the deploy project name if necessary
entrypoint: "./main.ts" # 📝 Update the entrypoint if necessary

0 comments on commit 3ec0000

Please sign in to comment.