tmp: remove
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
6c8b55019e
commit
ab558555c4
1 changed files with 10 additions and 10 deletions
20
.github/workflows/patch-build.yaml
vendored
20
.github/workflows/patch-build.yaml
vendored
|
|
@ -147,16 +147,16 @@ jobs:
|
|||
git push --set-upstream origin $BRANCH_NAME
|
||||
done
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: repo-sync/pull-request@v2
|
||||
with:
|
||||
github_token: ${{ secrets.ACTIONS_COMMMIT_TOKEN }}
|
||||
source_branch: ${{ env.BRANCH_NAME }}
|
||||
destination_branch: "main"
|
||||
pr_title: "Updated patch build from main ${{ env.HEAD_COMMIT_ID }}"
|
||||
pr_body: |
|
||||
This PR updates the Helm chart version after building the patch from $HEAD_COMMIT_ID.
|
||||
Once this PR is merged, tag update job will run automatically.
|
||||
# - name: Create Pull Request
|
||||
# uses: repo-sync/pull-request@v2
|
||||
# with:
|
||||
# github_token: ${{ secrets.ACTIONS_COMMMIT_TOKEN }}
|
||||
# source_branch: ${{ env.BRANCH_NAME }}
|
||||
# destination_branch: "main"
|
||||
# pr_title: "Updated patch build from main ${{ env.HEAD_COMMIT_ID }}"
|
||||
# pr_body: |
|
||||
# This PR updates the Helm chart version after building the patch from $HEAD_COMMIT_ID.
|
||||
# Once this PR is merged, tag update job will run automatically.
|
||||
|
||||
# - name: Debug Job
|
||||
# if: ${{ failure() }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue