We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baaa9c commit 41df245Copy full SHA for 41df245
.github/workflows/merge.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "Amend"
44
git config user.name 'github-actions[bot]'
45
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
46
- git commit --amend --trailer "Reviewer: David Arthur <mumrah@gmail>"
+ git commit --amend --no-edit --trailer "Reviewer: David Arthur <mumrah@gmail>"
47
- name: Setup Python
48
uses: ./.github/actions/setup-python
49
- name: Setup Gradle
0 commit comments