Skip to content

Commit

Permalink
Merge pull request #271 from chocolatey/fixPRTarget
Browse files Browse the repository at this point in the history
(fix) Updates Testing Parameters based on Pull_Request_Target
  • Loading branch information
steviecoaster authored Sep 9, 2024
2 parents ccd2978 + a246955 commit a42e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
$Images = (-split '${{ inputs.images }}').Trim(',;')
$Variants = (-split '${{ inputs.variants }}').Trim(',;')
}
'pull_request' {
'pull_request_target' {
# This is a pull request. If it's from a known maintainer, run a test - otherwise, exit.
$Trigger = Invoke-RestMethod "$GitHubApi/repos/${{ github.repository }}/collaborators/${{ github.actor }}/permission" @AuthHeaders
Expand Down

0 comments on commit a42e30b

Please sign in to comment.