We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1b4c67 + a4e1a0e commit 26b5829Copy full SHA for 26b5829
1 file changed
.github/workflows/build_vanagon.yml
@@ -4,8 +4,8 @@ on:
4
workflow_call:
5
inputs:
6
ref:
7
- description: 'Tag to build'
8
- required: true
+ description: 'Git ref to build'
+ required: false
9
type: string
10
project_name:
11
description: 'The vanagon project to build'
@@ -172,7 +172,7 @@ jobs:
172
git config --global core.autocrlf false
173
git config --global core.eol lf
174
175
- - name: Checkout code at tag
+ - name: Checkout code
176
uses: actions/checkout@v6
177
with:
178
ref: ${{ inputs.ref }}
0 commit comments