Skip to content

.github/workflows/tag.yaml #1

.github/workflows/tag.yaml

.github/workflows/tag.yaml #1

Workflow file for this run

name: Tag
on:
workflow_dispatch:
inputs:
version:
description: 'Release version (e.g. v0.1.0)'
required: true
message:
description: 'Tag message'
required: true
jobs:
tag:
uses: upbound/uptest/.github/workflows/provider-tag.yml@main

Check failure on line 15 in .github/workflows/tag.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tag.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/tag.yaml" -> "upbound/uptest/.github/workflows/provider-tag.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
version: ${{ github.event.inputs.version }}
message: ${{ github.event.inputs.message }}