Skip to content

Commit

Permalink
Allow update workflow to be run with a maximum version
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretOnline committed Jan 1, 2025
1 parent 7930ab6 commit 0b2e0fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-minecraft-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
description: New Minecraft version
required: true
type: string
max-minecraft-version:
description: Maximum Minecraft version for version range
type: string
ignore-mod-dependencies:
description: Ignore mod dependency versions
type: boolean
Expand Down Expand Up @@ -40,6 +43,7 @@ jobs:
uses: ./.github/actions/update-versions
with:
minecraft-version: ${{ inputs.minecraft-version }}
max-minecraft-version: ${{ inputs.max-minecraft-version }}
ignore-mod-dependencies: ${{ inputs.ignore-mod-dependencies }}

- name: Update files
Expand Down

0 comments on commit 0b2e0fc

Please sign in to comment.