Skip to content

Commit 05ee8c5

Browse files
committed
.github/workflows/dataconnect.yml: remove unnecessary \ characters that were escaping "
1 parent 81bb608 commit 05ee8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
if-no-files-found: warn
218218
compression-level: 9
219219

220-
- name: Verify \"Gradle connectedCheck\" step was successful
220+
- name: Verify "Gradle connectedCheck" step was successful
221221
if: steps.connectedCheck.outcome != 'success'
222222
run: |
223223
echo 'Failing because the outcome of the "Gradle connectedCheck" step ("${{ steps.connectedCheck.outcome }}") was not successful'

0 commit comments

Comments
 (0)