Skip to content

Commit 81bb608

Browse files
committed
.github/workflows/dataconnect.yml: minor message rewording
1 parent b937f30 commit 81bb608

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
@@ -220,7 +220,7 @@ jobs:
220220
- name: Verify \"Gradle connectedCheck\" step was successful
221221
if: steps.connectedCheck.outcome != 'success'
222222
run: |
223-
echo 'Failing because the outcome of the "Gradle connectedCheck" step was not successful: ${{ steps.connectedCheck.outcome }}'
223+
echo 'Failing because the outcome of the "Gradle connectedCheck" step ("${{ steps.connectedCheck.outcome }}") was not successful'
224224
exit 1
225225
226226
# Check this yml file with "actionlint": https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)