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 2b0310e commit 58cc55dCopy full SHA for 58cc55d
.github/workflows/update-gradle-wrappers-daily.yml
@@ -22,4 +22,4 @@ jobs:
22
if: always()
23
uses: ./.github/workflows/reusable-workflow-notification.yml
24
with:
25
- success: ${{ needs.workflow-update-gradle-wrapper.result == 'success' }}
+ success: ${{ needs.update-gradle-wrapper.result == 'success' }}
0 commit comments