Skip to content

Commit

Permalink
Update test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dayhaysoos committed Aug 8, 2023
1 parent c4a43d0 commit 86f4381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Trigger Netlify Build via Build Hook with Dynamic Params
run: |
BRANCH_NAME=${GITHUB_REF##*/}
echo "Branch Name: $BRANCH_NAME"
ENCODED_BRANCH_NAME=$(echo "$BRANCH_NAME" | sed 's|/|%2F|g')
echo "Encoded Branch Name: $ENCODED_BRANCH_NAME"
TITLE="${ENCODED_BRANCH_NAME} Branch Deploy"
Expand Down

0 comments on commit 86f4381

Please sign in to comment.