summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/trigger-pr.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/trigger-pr.yml b/.github/workflows/trigger-pr.yml
index 099743a..daa2445 100644
--- a/.github/workflows/trigger-pr.yml
+++ b/.github/workflows/trigger-pr.yml
@@ -11,10 +11,10 @@ on:
jobs:
trigger-PR:
uses: vyos/.github/.github/workflows/trigger-pr.yml@T6572-temp-trigger-pr
+ with:
+ source_branch: 'current'
+ target_branch: 'circinus'
secrets:
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
PAT: ${{ secrets.PAT }}
- inputs:
- source_branch: 'current'
- target_branch: 'circinus'