We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b937f30 commit 81bb608Copy full SHA for 81bb608
.github/workflows/dataconnect.yml
@@ -220,7 +220,7 @@ jobs:
220
- name: Verify \"Gradle connectedCheck\" step was successful
221
if: steps.connectedCheck.outcome != 'success'
222
run: |
223
- echo 'Failing because the outcome of the "Gradle connectedCheck" step was not successful: ${{ steps.connectedCheck.outcome }}'
+ echo 'Failing because the outcome of the "Gradle connectedCheck" step ("${{ steps.connectedCheck.outcome }}") was not successful'
224
exit 1
225
226
# Check this yml file with "actionlint": https://github.com/rhysd/actionlint
0 commit comments