Skip to content

Commit 6d63d22

Browse files
authored
Remove legacy event_trigger_service input (#420)
This was supposed to be removed with the v2 migration, but it was missed. It was never documented. Closes #419
1 parent 043573c commit 6d63d22

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ async function run() {
9292
? RetryPolicy.RETRY_POLICY_RETRY
9393
: RetryPolicy.RETRY_POLICY_DO_NOT_RETRY;
9494
const eventTriggerChannel = presence(getInput('event_trigger_channel'));
95-
const eventTriggerService = presence(getInput('event_trigger_service'));
9695

9796
// Validation
9897
if (serviceTimeout <= 0) {
@@ -150,7 +149,6 @@ async function run() {
150149
serviceAccountEmail: eventTriggerServiceAccount,
151150
retryPolicy: eventTriggerRetryPolicy,
152151
channel: eventTriggerChannel,
153-
service: eventTriggerService,
154152
},
155153
};
156154

0 commit comments

Comments
 (0)