diff --git a/.github/workflows/build_vanagon.yml b/.github/workflows/build_vanagon.yml index eb8a05f..81b0a4d 100644 --- a/.github/workflows/build_vanagon.yml +++ b/.github/workflows/build_vanagon.yml @@ -4,8 +4,8 @@ on: workflow_call: inputs: ref: - description: 'Tag to build' - required: true + description: 'Git ref to build' + required: false type: string project_name: description: 'The vanagon project to build' @@ -171,7 +171,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - - name: Checkout code at tag + - name: Checkout code uses: actions/checkout@v6 with: ref: ${{ inputs.ref }}