Commit 525d8dc
committed
Checkout PR changes for testing instead of main
This solves the issue where the github workflow was using the latest
commit from main instead of the new commit from the PR.
Issue came about because we need to use pull_request_target to use a
secret in the workflow.
This change uses github.event.pull_request.head.sha to get the PR
changes to test now
Assisted-by: Gemini
Signed-off-by: Adam Scerra <ascerra@redhat.com>1 parent 7bc924d commit 525d8dc
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| |||
0 commit comments