Skip to content

Commit

Permalink
Remove amplify branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesLoder authored Feb 25, 2025
1 parent 55807a5 commit 537db64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
aws lambda invoke \
--function-name ${{ secrets.LAMBDA_ARN }} \
--payload '{"AMPLIFY_BRANCH_NAME": "'"${{ github.head_ref || github.ref_name }}"'"}' \
--cli-binary-format raw-in-base64-out \
--cli-read-timeout 360 \
--cli-connect-timeout 360 \
Expand Down

0 comments on commit 537db64

Please sign in to comment.