You've already forked reloading-manager
Why The Fuck?
This commit is contained in:
@@ -138,14 +138,5 @@ jobs:
|
||||
message: "📝🔄 Update deployment manifest with new image tags"
|
||||
|
||||
- name: 🚀✨ Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
token: ${{ secrets.TOKEN }}
|
||||
author: "GitHub Action 🤖"
|
||||
title: "🚀✨ Deploy Application Version ${{ gitea.ref_name }}"
|
||||
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
|
||||
id: cpr
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
Reference in New Issue
Block a user