Skip to content

Commit

Permalink
Consistent casing
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Mar 5, 2024
1 parent 237ba9a commit e99881d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/PREview-data/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit e99881d

Please sign in to comment.