Skip to content

Commit

Permalink
Remove legacy event_trigger_service input
Browse files Browse the repository at this point in the history
This was supposed to be removed with the v2 migration, but it was missed. It was never documented.
  • Loading branch information
sethvargo committed Jun 27, 2024
1 parent 043573c commit 695ba15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ async function run() {
? RetryPolicy.RETRY_POLICY_RETRY
: RetryPolicy.RETRY_POLICY_DO_NOT_RETRY;
const eventTriggerChannel = presence(getInput('event_trigger_channel'));
const eventTriggerService = presence(getInput('event_trigger_service'));

// Validation
if (serviceTimeout <= 0) {
Expand Down Expand Up @@ -150,7 +149,6 @@ async function run() {
serviceAccountEmail: eventTriggerServiceAccount,
retryPolicy: eventTriggerRetryPolicy,
channel: eventTriggerChannel,
service: eventTriggerService,
},
};

Expand Down

0 comments on commit 695ba15

Please sign in to comment.