Skip to content

Commit

Permalink
fix: missing type declaration for tests-passed-event,release-event in…
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Aug 1, 2024
1 parent b544959 commit 0ae3fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generic-rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
description: Name of event sent with repository-dispatch after rake tests are passed successfully
required: true
default: 'tests-passed'
type: string
release-event:
description: Name of event sent to initiate release
required: true
default: 'do-release'
type: string
secrets:
pat_token:
required: false
Expand Down

0 comments on commit 0ae3fb8

Please sign in to comment.