diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2026-03-01 15:43:15 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2026-03-01 15:43:15 +0530 |
| commit | a49c37084d15e409dd662b920e6a7a6932c51c4b (patch) | |
| tree | fea6c53e2580dcbf2e4ecb8812f80d1d424c046e /.github/workflows | |
| parent | e358b4e345d96a488aa2f53aa93566a75aa6f875 (diff) | |
| download | ipaddrcheck-a49c37084d15e409dd662b920e6a7a6932c51c4b.tar.gz ipaddrcheck-a49c37084d15e409dd662b920e6a7a6932c51c4b.zip | |
T8218: Fixed pull request branch fetching issue post Github pullrequest policy update
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/trigger-rebuild-repo-package.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml index 37ec832..e26669b 100644 --- a/.github/workflows/trigger-rebuild-repo-package.yml +++ b/.github/workflows/trigger-rebuild-repo-package.yml @@ -6,6 +6,8 @@ on: - closed branches: - current + - circinus + - sagitta workflow_dispatch: jobs: @@ -23,7 +25,7 @@ jobs: needs: get_repo_name uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current with: - branch: ${{ github.ref_name }} + branch: ${{ github.event.pull_request.base.ref }} package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }} secrets: REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }} |
