Skip to content

Commit

Permalink
test run sync pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakreichgauer committed Sep 28, 2023
1 parent b325dbd commit 44c79e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-sync-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Manage PR

on:
workflow_dispatch:
inputs:
tag:
type: string

jobs:
run-sync-main-and-release-branch:
name: Synchronize Release Branch and Main Branch
uses: .github/workflows/synchronize-main-and-release-branch.yml@main
with:
hotfix-tag: ${{inputs.tag}}
secrets:
GH_BOT_USER: ${{ secrets.GH_BOT_USER }}
GH_BOT_PAT: ${{ secrets.GH_BOT_PAT }}

0 comments on commit 44c79e0

Please sign in to comment.