We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7976fc0 commit 56e60cfCopy full SHA for 56e60cf
1 file changed
.github/workflows/sync-rebase.yml
@@ -42,6 +42,8 @@ jobs:
42
id: rebase
43
run: |
44
echo "Rebasing branch obol on branch master"
45
+ git config user.name 'github-actions'
46
+ git config user.email 'github-actions@users.noreply.github.com'
47
git fetch
48
{
49
echo "RESULT<<EOF"
@@ -64,7 +66,7 @@ jobs:
64
66
SLACK_CHANNEL: dev-stack-releases
65
67
SLACK_COLOR: eb3d2c #red
68
SLACK_ICON: https://obol.org/ObolIcon.png?ref=blog.obol.org
- SLACK_MESSAGE: "Failed to rebase branch obol on newly synced branch master due to error"
69
+ SLACK_MESSAGE: "Failed to rebase branch obol on newly synced branch master due to error: ${{steps.rebase.outputs.RESULT}}"
70
SLACK_TITLE: "go-eth2-client rebase failed - error"
71
SLACK_WEBHOOK: ${{ secrets.SLACK_DEV_STACK_RELEASES_WEBHOOK }}
72
0 commit comments