Skip to content

Commit

Permalink
fix: Add commit as input for the release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Mar 14, 2024
1 parent 3a0b2a3 commit c077e13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-balena-disk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
description: 'Tag to be used for the release'
required: true
type: string
commit:
description: 'Commit or branch name'
required: false
type: string
default: 'master'

jobs:
balena-build-images:
Expand Down Expand Up @@ -99,3 +104,4 @@ jobs:
prerelease: true
artifacts: "*raspberry*.zip,*raspberry*.sha256,*raspberry*.json"
tag: ${{ inputs.tag }}
commit: ${{ inputs.commit }}

0 comments on commit c077e13

Please sign in to comment.