From a10863b885c141812751142f3da9f3503bd9c5e2 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sat, 21 Dec 2024 07:32:43 +0100 Subject: [PATCH] typo --- .github/workflows/rebase.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebase.yaml b/.github/workflows/rebase.yaml index 1689555d81..d66389f6b6 100644 --- a/.github/workflows/rebase.yaml +++ b/.github/workflows/rebase.yaml @@ -144,7 +144,7 @@ jobs: } env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - # check to see if different branch since CI build can take awhile and these steps are not atomic + # check to see if different branch since CI build can take a while and these steps are not atomic - name: Fetch the latest remote changes run: git fetch origin ${{ matrix.branch }} - name: Check if origin HEAD has changed from the beginning of the workflow @@ -177,4 +177,4 @@ jobs: "text": "Nightly rebase on branch ${{ matrix.branch }}\nStatus: CI success, rebased, and pushed\nBranch: ${{ env.REBASE_BRANCH}}\nBuild: https://buildkite.com/jito/jito-solana/builds?commit=${{ env.REBASE_SHA }}" } env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}