diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0c54ec9fe9..b6082e6cd4 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -45,5 +45,5 @@ jobs: uses: ./.github/workflows/autobuild.yml autobuild: needs: autoupdate - if: autoupdate.outputs.updated == 1 + if: needs.autoupdate.outputs.updated == 1 uses: ./.github/workflows/autobuild.yml