✨ Create Release PR #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / ✨ Create Release PRInvalid workflow file
|
||
secrets: | ||
GH_BOT_USER: ${{ secrets.GH_BOT_USER }} | ||
GH_BOT_PAT: ${{ secrets.GH_BOT_PAT }} |