Skip to content

Commit 7eaa333

Browse files
ckhordiasmaclaude
andcommitted
add workflow run URL to automated commit messages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4bc5115 commit 7eaa333

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/process-operator-bundle.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,6 @@ jobs:
160160
git config user.name "Openshift-AI DevOps"
161161
git config user.email "openshift-ai-devops@redhat.com"
162162
git add -A
163-
git diff --staged --quiet || (git commit -m "Updating the bundle-csv and helm chart values with latest images" && git push origin ${{ steps.get_branch.outputs.branch }})
163+
git diff --staged --quiet || (git commit -m "Updating the bundle-csv and helm chart values with latest images
164+
165+
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" && git push origin ${{ steps.get_branch.outputs.branch }})

.github/workflows/trigger-nightly-bundle-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,6 @@ jobs:
150150
git config user.name "Openshift-AI DevOps"
151151
git config user.email "openshift-ai-devops@redhat.com"
152152
git add -A
153-
git diff --staged --quiet || (git commit -m "Updating the bundle-csv and helm chart values with latest images" && git push origin ${{ steps.get_branch.outputs.branch }})
153+
git diff --staged --quiet || (git commit -m "Updating the bundle-csv and helm chart values with latest images
154+
155+
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" && git push origin ${{ steps.get_branch.outputs.branch }})

0 commit comments

Comments
 (0)