Skip to content

Commit 250ab8a

Browse files
authored
Fix daily workflow (#2487)
1 parent d8cd871 commit 250ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: ./.github/workflows/reusable-workflow-notification.yml
6161
with:
6262
success: >-
63-
${{{
63+
${{
6464
needs.common.result == 'success' &&
6565
needs.link-check.result == 'success' &&
6666
needs.publish-snapshots.result == 'success'

0 commit comments

Comments
 (0)