Skip to content

Commit

Permalink
Fix step name
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 e99881d commit de136f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/PREview-data/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- name: Determine branch shortname and bucket name
shell: bash
id: names
id: data
run: |
BRANCH=`echo ${GITHUB_HEAD_REF} | cksum | cut -d" " -f1` # Use checksum of branch name to avoid invalid bucket names
echo BRANCH=${BRANCH} >> $GITHUB_OUTPUT
Expand All @@ -35,4 +35,4 @@ runs:
- name: Verify outputs
shell: bash
id: out
run: echo ${{ steps.names.outputs.BUCKET }}
run: echo ${{ steps.data.outputs.BUCKET }}

0 comments on commit de136f7

Please sign in to comment.