Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): check out PR code for acceptance testing (#381)
When I updated the acceptance test workflow to allow them to run against external PRs (by using the `pull_request_target` trigger), I forgot to update the workflow to actually check out the PR. The `pull_request_target` workflow runs in the context of the base branch, so if it isn't explicitly told to check out something else, it will check out and run the tests from `main` instead of from the PR.
- Loading branch information