Skip to content

Commit

Permalink
changes repository_owner name
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenedtzjs committed Oct 13, 2024
1 parent d5d76cc commit ad1a002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}

0 comments on commit ad1a002

Please sign in to comment.