From fe6419ab5279e845112dfe580d7ccc75c3769c29 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 29 Jan 2024 14:25:54 +1300 Subject: [PATCH] FIX Fix syntax error in dispatch ci --- scripts/cms-any/dispatch-ci.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/cms-any/dispatch-ci.php b/scripts/cms-any/dispatch-ci.php index ce22d69..ac1501c 100644 --- a/scripts/cms-any/dispatch-ci.php +++ b/scripts/cms-any/dispatch-ci.php @@ -23,13 +23,13 @@ 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 - uses: silverstripe/gha-dispatch-ci@v1 + 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; if (check_file_exists('.github/workflows/ci.yml')) {