We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b73e85 commit 543d275Copy full SHA for 543d275
1 file changed
.github/workflows/build.yaml
@@ -135,7 +135,7 @@ jobs:
135
## Release Info
136
- **Version:** `${{ steps.calc_version.outputs.name }}`
137
- **Build Code:** `${{ steps.calc_version.outputs.code }}` (Base 30000 + Commits)
138
- - **Branch:** `feature/restic-integration`
+ - **Branch:** `${{ github.event.inputs.branch }}`
139
140
### Included Variants
141
- Alpha: ${{ github.event.inputs.Alpha }}
0 commit comments