diff options
| author | kumvijaya <kuvmijaya@gmail.com> | 2025-07-09 23:51:21 +0530 |
|---|---|---|
| committer | kumvijaya <kuvmijaya@gmail.com> | 2025-07-09 23:51:21 +0530 |
| commit | df29d5ebc8e644bc18cdf2700de54d1a653677b7 (patch) | |
| tree | 2d72d039991a90b4a77e25084963be1bd61bc3fd | |
| parent | 699932978ddac3b08f066884cbb785a3a5b67e39 (diff) | |
| download | vyos-1x-df29d5ebc8e644bc18cdf2700de54d1a653677b7.tar.gz vyos-1x-df29d5ebc8e644bc18cdf2700de54d1a653677b7.zip | |
T7613: pr mirror workflow manual run option added
| -rw-r--r-- | .github/workflows/pr-mirror-repo-sync.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml index 93248f3c5..184d878d4 100644 --- a/.github/workflows/pr-mirror-repo-sync.yml +++ b/.github/workflows/pr-mirror-repo-sync.yml @@ -17,7 +17,7 @@ permissions: contents: write issues: write jobs: - call-trigger-mirror-pr-repo-sync: + call-mirror-pr-repo-sync: if: github.repository_owner == 'vyos' && github.event.pull_request.merged == true uses: vyos/.github/.github/workflows/pr-mirror-repo-sync.yml@current with: |
