Skip to content

Commit

Permalink
Replace all invalid characters with dashes in the Amplify Preview com…
Browse files Browse the repository at this point in the history
…ment URL
  • Loading branch information
canac committed Dec 19, 2024
1 parent e431386 commit 9a4ee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_GITHUB_ACTIONS_ROLE }}
output-credentials: true
- name: deploy PR preview
uses: CruGlobal/amplify-preview-actions@handle-existing-branches
uses: CruGlobal/amplify-preview-actions@sed-replace-all
with:
branch_name: ${{ github.head_ref }}
amplify_command: deploy
Expand Down

0 comments on commit 9a4ee31

Please sign in to comment.