Skip to content

Commit

Permalink
don't use HEAD on new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
duckbytes committed Mar 31, 2024
1 parent 20cb3b1 commit 75ea516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_tenant_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
app-id: ${{ vars.AMPLIFY_APP_ID }}
branch-name: ${{ github.ref_name }}
commit-id: ${{ github.event.created && 'HEAD' || github.sha }}
commit-id: ${{ github.sha }}
wait: ${{ github.event_name == 'workflow_dispatch' && inputs.wait_for_amplify || true }}
id: amplify_status
env:
Expand Down

0 comments on commit 75ea516

Please sign in to comment.