From 91c1bf032b0cfc1715fe0857f3c8e0f681ee8888 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 10 Jun 2023 00:23:00 +0200 Subject: [PATCH] Use correct indentation from workflow file (#91) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f95446..654cd02 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U # By default this will be the branch which triggered this workflow branch: main # Optional: Change the working directory - workingDirectory: my-site - # Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta` - wranglerVersion: '3' + workingDirectory: my-site + # Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta` + wranglerVersion: '3' ``` 1. Replace `YOUR_ACCOUNT_ID`, `YOUR_PROJECT_NAME` and `YOUR_ASSET_DIRECTORY` with the appropriate values to your Pages project.