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"
|
message: "📝🔄 Update deployment manifest with new image tags"
|
||||||
|
|
||||||
- name: 🚀✨ Create Pull Request
|
- name: 🚀✨ Create Pull Request
|
||||||
|
id: cpr
|
||||||
uses: peter-evans/create-pull-request@v7
|
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
|
|
||||||
Reference in New Issue
Block a user