Fix gradle wrapper workflow notification (#8545)

This commit is contained in:
Trask Stalnaker 2023-05-22 09:07:50 -07:00 committed by GitHub
parent bea517a3fc
commit 2b0310e1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ jobs:
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.analyze.result == 'success' }}
success: ${{ needs.workflow-update-gradle-wrapper.result == 'success' }}