diff --git a/README.md b/README.md index cc427486..e29b9ee5 100644 --- a/README.md +++ b/README.md @@ -628,7 +628,7 @@ Check out some of the links below to see how others are using this Action in the - [github/entitlements-config](https://github.com/github/entitlements-config/blob/076a1f0f9e8cc1f5acb8a0b8e133b0a1300c8191/.github/workflows/branch-deploy.yml) - [the-hideout/cloudflare](https://github.com/the-hideout/cloudflare/blob/f3b189b54f278d7e7844e5cc2fcdbb6f5afd3467/.github/workflows/branch-deploy.yml) -- [the-hideout/tarkov-api](https://github.com/the-hideout/tarkov-api/blob/be645d7750a0e440794229ce56aefeb4648b8892/.github/workflows/branch-deploy.yml) +- [the-hideout/tarkov-api](https://github.com/the-hideout/tarkov-api/blob/1677543951d5f2a848c2650eb3400178b8f9a55b/.github/workflows/branch-deploy.yml) - [the-hideout/stash](https://github.com/the-hideout/stash/blob/4aabf7565fda933f8e40ae9c60cde9f03e549b3b/.github/workflows/branch-deploy.yml) - [GrantBirki/blog](https://github.com/GrantBirki/blog/blob/25a51aff28c066e378844992c20afc6c58131e26/.github/workflows/branch-deploy.yml) diff --git a/docs/examples.md b/docs/examples.md index a35148f1..d81b6fbb 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -353,7 +353,7 @@ This example shows how you could use this Action with [Cloudflare Pages](https:/ - `.deploy to development` deploys your branch to the development environment - `.deploy` deploys your branch to the production environment -> A live example can be found [here](https://github.com/the-hideout/tarkov-dev/blob/649ea4b5ddec5546175098a9372464cef5f1b3f6/.github/workflows/branch-deploy.yml) +> A live example can be found [here](https://github.com/the-hideout/tarkov-dev/blob/b4417dfeb903985b83a24096b2e1ba2a22f39ddd/.github/workflows/branch-deploy.yml) ```yaml name: branch-deploy @@ -435,7 +435,7 @@ This example shows how you could use this Action with [Cloudflare Workers](https - `.deploy to development` deploys your branch to the development environment (if you have one with your Cloudflare workers) - `.deploy` deploys your branch to the production environment -> A live example can be found [here](https://github.com/the-hideout/tarkov-api/blob/1424b9ab9ea0f84bc6ca28d020dd84ecee53899c/.github/workflows/branch-deploy.yml) +> A live example can be found [here](https://github.com/the-hideout/tarkov-api/blob/1677543951d5f2a848c2650eb3400178b8f9a55b/.github/workflows/branch-deploy.yml) ```yaml name: branch-deploy