Skip to content

✨ Create Release PR #13

✨ Create Release PR

✨ Create Release PR #13

name: ✨ Create Release PR
on:
workflow_dispatch:
inputs:
branch:
type: string
description: The branch with the changes that shall be released.
default: "main"
jobs:
create-release-pr:
name: Create Release PR
uses: dot-base/.github/.github/workflows/create-release-pr.yml@main

Check failure on line 14 in .github/workflows/create-release-pr.yml

View workflow run for this annotation

GitHub Actions / ✨ Create Release PR

Invalid workflow file

The workflow is not valid. .github/workflows/create-release-pr.yml (Line: 14, Col: 11): Input branch is required, but not provided while calling.
secrets:
GH_BOT_USER: ${{ secrets.GH_BOT_USER }}
GH_BOT_PAT: ${{ secrets.GH_BOT_PAT }}