From 13046984c7f273af9a32eb219777eb1560aec6be Mon Sep 17 00:00:00 2001 From: River <26424577+wusatosi@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:30:36 -0400 Subject: [PATCH] Update documentations --- .github/workflows/ci_tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 8655843..84602e7 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -75,8 +75,8 @@ jobs: needs: [test] if: failure() && github.event_name == 'schedule' steps: - - uses: actions/checkout@v4 # See https://github.com/cli/cli/issues/5075 + - uses: actions/checkout@v4 - name: Create issue run: | issue_num=$(gh issue list -s open -S "[SCHEDULED-BUILD] Build & Test failure" -L 1 --json number | jq 'if length == 0 then -1 else .[0].number end') @@ -87,9 +87,7 @@ jobs: - **Action Run**: [View logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) The scheduled build-and-test triggered by cron has failed. - Please investigate the logs and recent changes associated with this commit." - - echo $body + Please investigate the logs and recent changes associated with this commit or rerun the workflow if you believe this is an error." if [[ $issue_num -eq -1 ]]; then gh issue create --repo ${{ github.repository }} --title "[SCHEDULED-BUILD] Build & Test failure" --body "$body"