From 965f69f58723ebfc21961f7678ffd3a6cf5bb81f Mon Sep 17 00:00:00 2001 From: Patrick Heneise Date: Fri, 1 Apr 2022 17:57:45 +0300 Subject: [PATCH] fix: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87acbb2..324cc0a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Semantic Release](https://github.com/govolition/storefront-api/workflows/Semantic%20Release/badge.svg) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) -Retrieve the preview URL from the Cloudflare API, filtered by the repo and branch. The URL can then be used for further end-to-end tests, link checks and other PR integrations/actions. +Retrieve the preview URL from the Cloudflare API, filtered by the repository and branch. The URL can then be used for further end-to-end tests, link checks and other PR integrations/actions. ## Table of Contents @@ -68,7 +68,7 @@ In the repository, go to "Settings", then "Secrets" and add "CLOUDFLARE_API_TOKE | `wait_until_ready` | optional | Wait until the Cloudflare deployment is ready, defaults to "false" | | `environment` | optional | Which Cloudflare deployment environments to allow. If set to null, doesn't filter deploys by environment. Defaults to "preview" | | `commit_hash` | optional | Optional commit hash to filter deployments on. Useful when the same branch can have multiple deploys. | -| `branch` | optional | Optional branch name to filter deployments on. Useful when the branch name is not available in the action context. | +| `branch` | optional | Optional branch name to filter deployments on. Useful when the branch name is not available in the action context. | ## Outputs