mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 06:57:47 +01:00
feat(infrastructure): workflow - use commit message
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
branch: main
|
branch: main
|
||||||
targetBranch: main
|
targetBranch: main
|
||||||
createPR: 'false'
|
createPR: 'false'
|
||||||
message: 'Update image digest in manifests'
|
message: "${{ github.event.head_commit.message }}"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
changes: |
|
changes: |
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user