Skip to content

Extract reusable GHA workflows #2

Extract reusable GHA workflows

Extract reusable GHA workflows #2

name: Promote Staged Milestone
on:
workflow_dispatch:
inputs:
buildName:
description: 'The Artifactory Build Name'
required: true
type: string
buildNumber:
description: 'The Artifactory Build'
required: true
type: number
jobs:
promote_milestone:
uses: .github/workflows/spring-artifactory-promote-milestone.yml

Check failure on line 17 in .github/workflows/promote-milestone.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/promote-milestone.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
buildName: ${{ inputs.buildName }}
buildNumber: ${{ inputs.buildNumber }}
secrets: inherit