From dfda87571df36c48b246417a0f5b27f2293d1e41 Mon Sep 17 00:00:00 2001 From: Girish21 Date: Sat, 11 Jun 2022 23:58:43 +0530 Subject: [PATCH] fix git command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef8ae1b..d6a6630 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ That's all we're ready to push to prod! 🚀 Before pushing to the worker via GitHub action, we have to configure the `CF_API_TOKEN` secret in GitHub. We can generate an API Token from [here](https://dash.cloudflare.com/profile/api-tokens). When presented with the list of templates to choose from, select the "Edit Cloudflare Workers" option. This template should have the necessary permissions to push a Worker from GitHub. Now we can commit the changes made to `wrangler.toml` and push the changes. ```sh -git add -A -m "" +git commit -am "" git push ```