From e99881de72bc8cf61e5582fec57739533f8609ea Mon Sep 17 00:00:00 2001 From: Ben Rockwood Date: Mon, 4 Mar 2024 18:11:46 -0800 Subject: [PATCH] Consistent casing Signed-off-by: Ben Rockwood --- .github/actions/PREview-data/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/PREview-data/action.yaml b/.github/actions/PREview-data/action.yaml index 021f2c60..5d990c5f 100644 --- a/.github/actions/PREview-data/action.yaml +++ b/.github/actions/PREview-data/action.yaml @@ -3,13 +3,13 @@ name: "PREview: Data" description: "Caluculate branch, bucket, and PREview URL." outputs: - url: + URL: description: "PREview URL" value: ${{ steps.data.outputs.URL }} - branch: + BRANCH: description: "Branch Name" value: ${{ steps.data.outputs.BRANCH }} - bucket: + BUCKET: description: "Bucket for PREview" value: ${{ steps.data.outputs.BUCKET }}