Skip to content

Create copy_repo.yaml #1

Create copy_repo.yaml

Create copy_repo.yaml #1

Workflow file for this run

name: Release a repo with tag
on:
push:
branches:
- main
workflow_dispatch:
inputs:
title:
description: 'Release title: some special text for the release, version number used if not provided'
required: false
default: ''
jobs:
release_pkg:
uses: DCAN-Labs/dsm-gha-release_repo/.github/workflows/workflow.yml@main

Check failure on line 16 in .github/workflows/copy_repo.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/copy_repo.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/copy_repo.yaml" -> "DCAN-Labs/dsm-gha-release_repo/.github/workflows/workflow.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
remote_owner: 'DCAN-Labs'
remote_repo: 'hbcd-docs'
release_title: ${{ inputs.title }}
version_major: ${{ vars.VAR_RELEASE_VERSION_MAJOR }}
is_pkg: false
exclude: '.github/*'