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 f51a7c7 commit a6eaf9fCopy full SHA for a6eaf9f
src/ActionWrapper.psm1
@@ -11,7 +11,7 @@ function Invoke-Action {
11
'issue_comment' { Initialize-PR }
12
'schedule' { Initialize-Scheduled }
13
'workflow_dispatch' { Initialize-Scheduled }
14
- 'published' { Initialize-Scheduled }
+ 'release' { Initialize-Scheduled }
15
'issues' { Initialize-Issue }
16
default { Write-Log 'Not supported event type' }
17
}
0 commit comments