tmp: remove

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-05-29 11:08:35 +02:00
parent 6c8b55019e
commit ab558555c4

View file

@ -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() }}