Skip to content

Commit 1e49c03

Browse files
committed
Fixed rejected error
1 parent e4b3caf commit 1e49c03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
if: ${{ github.ref_name != 'badges' }}
5858
env:
5959
BRANCH: ${{ github.ref_name }}
60-
run: 'git merge $BRANCH'
60+
run: |-
61+
git merge $BRANCH
62+
git pull origin badges
6163
shell: bash
6264

6365
- name: Test with Gradle Wrapper

0 commit comments

Comments
 (0)