diff --git a/scripts/cms-any/dispatch-ci.php b/scripts/cms-any/dispatch-ci.php index ce22d69..dfb8737 100644 --- a/scripts/cms-any/dispatch-ci.php +++ b/scripts/cms-any/dispatch-ci.php @@ -23,12 +23,12 @@ jobs: dispatch-ci: - name: Dispatch CI - # Only run cron on the $account account - if: (github.event_name == 'schedule' && github.repository_owner == '$account') || (github.event_name != 'schedule') - runs-on: ubuntu-latest - steps: - - name: Dispatch CI + name: Dispatch CI + # Only run cron on the $account account + if: (github.event_name == 'schedule' && github.repository_owner == '$account') || (github.event_name != 'schedule') + runs-on: ubuntu-latest + steps: + - name: Dispatch CI uses: silverstripe/gha-dispatch-ci@v1 EOT;