Skip to content

Commit

Permalink
fix: Require branch input in bump-crates action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Mar 25, 2024
1 parent 6e51eb6 commit 812e927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-bump-tag-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
repo: ${{ inputs.repo }}
path: ${{ inputs.path }}
version: ${{ steps.create-release-branch.outputs.version }}
branch: ${{ steps.create-release-branch.outputs.branch }}
bump-deps-pattern: ${{ inputs.bump-deps-pattern }}
bump-deps-version: ${{ inputs.bump-deps-version }}
bump-deps-branch: ${{ inputs.bump-deps-branch }}
Expand Down
4 changes: 2 additions & 2 deletions bump-crates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Bump crates

inputs:
version:
required: false
required: true
branch:
required: false
required: true
repo:
required: true
path:
Expand Down

0 comments on commit 812e927

Please sign in to comment.