Skip to content

Commit 917e5a1

Browse files
committed
Add missing \ in update-gradle-dependencies
1 parent 6a54cc2 commit 917e5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-gradle-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ jobs:
7777
--base master \
7878
--head $BRANCH_NAME \
7979
--label "tag: dependencies" \
80-
--label "tag: no release notes"
80+
--label "tag: no release notes" \
8181
--body-file -

0 commit comments

Comments
 (0)