Skip to content

Commit

Permalink
test: Fix workflow syntax error on boolean type (#4141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Jun 26, 2023
1 parent 2c2c999 commit a473b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- "1.27"
default: "1.27"
enable_cloudwatch:
type: bool
type: boolean
default: false
workflow_call:
inputs:
Expand All @@ -43,7 +43,7 @@ on:
type: string
default: "1.27"
enable_cloudwatch:
type: bool
type: boolean
default: false
secrets:
SLACK_WEBHOOK_URL:
Expand Down

0 comments on commit a473b92

Please sign in to comment.