Skip to content

Commit

Permalink
Tinkering with inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Oct 3, 2024
1 parent def15ee commit cd51120
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ name: Manual Release
on:
workflow_dispatch:
inputs:
name: releaseName
type: string
description: Name of release
name:
# Friendly description to be shown in the UI instead of 'name'
myInput:
# Friendly description to be shown in the UI instead of 'name'x
description: 'Trigger a release built'
# Default value if no value is explicitly provided
default: 'DBG_RELEASE'
Expand Down Expand Up @@ -88,7 +85,7 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{github.event.inputs.releaseName}${{matrix.sys.os}}"
automatic_release_tag: "${{github.events.inputs.myInput}${{matrix.sys.os}}"
draft: false
prerelease: true
files: |
Expand Down

0 comments on commit cd51120

Please sign in to comment.