Skip to content

.github/workflows/changelog.yml #1

.github/workflows/changelog.yml

.github/workflows/changelog.yml #1

Workflow file for this run

name: Release and Update Website Changelog
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
inputs:
test_version:
description: "The fake version to test (e.g., 99.9.9)"
required: true
default: "99.9.9"
jobs:
release:
uses: sqlitecloud/changelog-action/.github/workflows/action.yml@main

Check failure on line 16 in .github/workflows/changelog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog.yml

Invalid workflow file

error parsing called workflow ".github/workflows/changelog.yml" -> "sqlitecloud/changelog-action/.github/workflows/action.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:
name: "SQLite-Sync"
create_release: false
secrets:
personal_access_token: ${{ secrets.WEBSITE_REPO_PAT }}