From e1dfb87f5cd59ccf0ef3539c2bf4a1baa33264ed Mon Sep 17 00:00:00 2001 From: oluwolenpbc Date: Wed, 2 Oct 2024 15:03:02 -0400 Subject: [PATCH] fix indention --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccc28cd29..fc1acfb73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,14 +5,14 @@ on: types: [released] push: workflow_dispatch: - inputs: - environment: - required: true - type: choice - options: - - sbx - - prod - - prod-test + inputs: + environment: + required: true + type: choice + options: + - sbx + - prod + - prod-test permissions: contents: read