.github/workflows/merge-main-into-docker-25.yml
... ...
@@ -32,6 +32,7 @@ jobs:
32 32
run: |
33 33
git config user.name "github-actions[bot]"
34 34
git config user.email "github-actions[bot]@users.noreply.github.com"
35
+ echo "Merging ${{ steps.merge-source.outputs.sha }} into docker-25..."
35 36
git merge ${{ steps.merge-source.outputs.sha }} \
36 37
-m "Auto-merging ${{ steps.merge-source.outputs.label }} into docker-25 after successful release build"
37 38
git push origin docker-25