Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLiffen authored Jan 2, 2024
1 parent 308cabf commit 08140f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
echo "strippedBranchName=$(echo $branch | sed -e 's/\//-/g')" >> $GITHUB_OUTPUT
echo "finalBranch${strippedBranchName:0:100}" >> $GITHUB_OUTPUT
echo "finalBranch=${strippedBranchName:0:100}" >> $GITHUB_OUTPUT
echo $branch
echo $strippedBranchName
echo $finalBranch
Expand Down

0 comments on commit 08140f2

Please sign in to comment.