Skip to content

Commit

Permalink
Make target optional in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Nov 28, 2023
1 parent ca31de3 commit 1da99af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
target:
description: "The owner/repo GitHub target"
required: true
required: false
version_spec:
description: "New Version Specifier"
default: "next"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
target:
description: "The owner/repo GitHub target"
required: true
required: false
branch:
description: "The branch to target"
required: false
Expand Down

0 comments on commit 1da99af

Please sign in to comment.