Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/prep-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
required: true
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/actions/publish-changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
required: true
target:
description: "The owner/repo GitHub target"
required: true
required: false
branch:
description: "The branch to target"
required: false
Expand Down
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure either, but we can try and find out!

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