From ad1a002ef7f648b4715d0101a2182c62576d16ea Mon Sep 17 00:00:00 2001 From: brokenedtzjs Date: Sun, 13 Oct 2024 22:15:19 +0700 Subject: [PATCH] changes repository_owner name --- .github/workflows/publish-stable.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index d2117d2..39528c5 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -12,7 +12,7 @@ jobs: permissions: id-token: write - if: github.repository_owner == 'SITCommunity' + if: github.repository_owner == 'sitcommunity' steps: - name: Checkout Repositories uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50bae15..52a9ec0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -37,7 +37,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov - if: ${{ !cancelled() }} + if: github.repository_owner == 'sitcommunity' uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}