Skip to content

Commit

Permalink
reduce number of inputs for workflow_dispatch up to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Dec 11, 2024
1 parent 8faa77b commit 040bf9b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-publish-release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ permissions:
on:
workflow_dispatch:
inputs:
workflow_runs_on:
description: "The OS label which run the workflow on. (ex: ubuntu-latest, ubuntu-24.04)"
required: false
type: string
default: "ubuntu-latest"

release_tag:
description: "The name of the tag for the release to be created."
required: true
Expand Down Expand Up @@ -74,7 +68,7 @@ jobs:
run-publish-release-target:
uses: smdn/Smdn.Net.EchonetLite/.github/workflows/publish-release.yml@republish-releases
with:
workflow_runs_on: ${{ github.event.inputs.workflow_runs_on }}
workflow_runs_on: 'ubuntu-latest'
release_tag: ${{ github.event.inputs.release_tag }}
release_note_url: ${{ github.event.inputs.release_note_url }}
release_prerelease: ${{ fromJson(github.event.inputs.release_prerelease) }}
Expand Down

0 comments on commit 040bf9b

Please sign in to comment.