Skip to content

Commit

Permalink
add test defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Apr 2, 2024
1 parent 786f82a commit b0269f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deprecate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ on:
commitHash:
required: true
type: string
description: The release commit hash that should be deprecated
# TODO remove this before merging - testing only
default: e81b212ab
deprecationMessage:
required: true
type: string
description: The deprecation message to apply to the affected package versions
# TODO remove this before merging - testing only
default: test deprecation message

jobs:
install:
Expand Down

0 comments on commit b0269f1

Please sign in to comment.