You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-gitops-promoter-version.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ jobs:
129
129
path: current-repo
130
130
commit-message: "chore: update GitOps Promoter to ${{ steps.get-latest-release.outputs.latest_version }}"
131
131
title: "chore: update GitOps Promoter to ${{ steps.get-latest-release.outputs.latest_version }}"
132
+
signoff: 'true'
132
133
body: |
133
134
This PR updates GitOps Promoter from ${{ steps.get-current-version.outputs.current_version }} to ${{ steps.get-latest-release.outputs.latest_version }}.
0 commit comments