We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb7447 commit bb59938Copy full SHA for bb59938
1 file changed
.github/workflows/autopush.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "Pushed commit to run CircleCI for: $COMMIT_MESSAGE" | tee -a $GITHUB_STEP_SUMMARY
33
git commit --allow-empty -m "mne[bot] Push commit to run CircleCI"
34
gh push
35
- else:
+ else
36
echo "No need to push a commit for: $COMMIT_MESSAGE" | tee -a $GITHUB_STEP_SUMMARY
37
fi
38
env:
0 commit comments