You've already forked reloading-manager
Livin' off borrowed time, the clock ticks faster
This commit is contained in:
@@ -135,7 +135,7 @@ jobs:
|
||||
- name: 💾✅ Commit Updated Manifest
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
new_branch: ${{ gitea.ref_name }}-deploy
|
||||
new_branch: release/${{ gitea.ref_name }}-deploy
|
||||
add: argocd/deployment/deployment.yml
|
||||
author_name: "GitHub Action 🤖"
|
||||
author_email: gitia@siteworxpro.com
|
||||
@@ -144,10 +144,12 @@ jobs:
|
||||
- name: 🚀✨ Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
author: "GitHub Action 🤖"
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
title: "🚀✨ Deploy Application Version ${{ gitea.ref_name }}"
|
||||
body: "This PR updates the deployment manifest with new image tags."
|
||||
base: master
|
||||
head: ${{ gitea.ref_name }}-deploy
|
||||
branch: release/${{ gitea.ref_name }}-deploy
|
||||
commit-message: "📝🔄 Update deployment manifest with new image tags"
|
||||
body: |
|
||||
This pull request updates the deployment manifest with the new image tags for version `${{ gitea.ref_name }}`.
|
||||
Please review and merge to deploy the new version.
|
||||
labels: deploy
|
||||
delete-branch: true
|
||||
Reference in New Issue
Block a user