diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-13 18:37:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-13 18:37:40 +0530 |
commit | c3ec9add971ccf323964d5094e703696651e97c1 (patch) | |
tree | 68ef3e3fef21dbb3a895206aa3edd49ca4296a43 | |
parent | 44b290a0626cd35e995b086069b2711ef63ab803 (diff) | |
download | vyos-workflow-test-temp-c3ec9add971ccf323964d5094e703696651e97c1.tar.gz vyos-workflow-test-temp-c3ec9add971ccf323964d5094e703696651e97c1.zip |
Update trigger-pr.yml
-rw-r--r-- | .github/workflows/trigger-pr.yml | 6 |
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' |