We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b94fff commit b591154Copy full SHA for b591154
src/main.ts
@@ -30,7 +30,8 @@ async function run(): Promise<void> {
30
core.debug(`filename: ${filename}`)
31
32
switch (process.env.GITHUB_EVENT_NAME) {
33
- case 'pull_request': {
+ case 'pull_request':
34
+ case 'pull_request_target': {
35
const {GITHUB_BASE_REF = ''} = process.env
36
core.debug(`GITHUB_BASE_REF: ${GITHUB_BASE_REF}`)
37
const artifactPath = await downloadArtifacts(GITHUB_BASE_REF)
0 commit comments