Skip to content

Commit

Permalink
Update analyze-build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmaeckel authored Nov 5, 2024
1 parent 83c320d commit 711539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
-F ref=main \
-F variables[TARGET_BRANCH]=${{ github.head_ref || github.ref_name }} \
-F variables[IS_DRAFT]=${{ github.event.pull_request.draft || false }} \
-F variables[TARGET_SHA]=${{ github.event.pull_request.head.sha || github.sha }}
-F variables[TARGET_SHA]=${{ github.event.pull_request.head.sha || github.sha }} \
-s -o /dev/null \
$REPRODUCTION_RUNNER_URL
env:
Expand Down

0 comments on commit 711539d

Please sign in to comment.