File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed
Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change 66 - closed
77 branches :
88 - current
9+ - circinus
10+ - sagitta
911 workflow_dispatch :
1012
1113jobs :
@@ -19,14 +21,19 @@ jobs:
1921 run : |
2022 echo "PACKAGE_NAME=$(basename ${{ github.repository }})" >> $GITHUB_OUTPUT
2123
22- trigger-build :
23- needs : get_repo_name
24- uses : vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
25- with :
26- branch : ${{ github.ref_name }}
27- package_name : ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
28- secrets :
29- REMOTE_OWNER : ${{ secrets.REMOTE_OWNER }}
30- REMOTE_REUSE_REPO : ${{ secrets.REMOTE_REUSE_REPO }}
31- GPG_KEY_ID : ${{ secrets.GPG_KEY_ID }}
32- PAT : ${{ secrets.PAT }}
24+ - name : Show target branch
25+ run : |
26+ echo "TARGET BRANCH NAME OLD=${{ github.ref_name }}"
27+ echo "TARGET BRANCH NAME NEW=${{ github.event.pull_request.base.ref }}"
28+
29+ # trigger-build:
30+ # needs: get_repo_name
31+ # uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
32+ # with:
33+ # branch: ${{ github.ref_name }}
34+ # package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
35+ # secrets:
36+ # REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
37+ # REMOTE_REUSE_REPO: ${{ secrets.REMOTE_REUSE_REPO }}
38+ # GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
39+ # PAT: ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments