Skip to content

Commit 58cc55d

Browse files
authored
Fix update-gradle-wrappers workflow (again) (#8549)
1 parent 2b0310e commit 58cc55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-gradle-wrappers-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
if: always()
2323
uses: ./.github/workflows/reusable-workflow-notification.yml
2424
with:
25-
success: ${{ needs.workflow-update-gradle-wrapper.result == 'success' }}
25+
success: ${{ needs.update-gradle-wrapper.result == 'success' }}

0 commit comments

Comments
 (0)