From f17790c0bdfa39d18305d8cc9e80fa5fe90d0c83 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 3 Aug 2024 23:16:22 +0800 Subject: [PATCH] chore: improve github action script --- .github/workflows/coverage.yml | 2 +- .github/workflows/node.js.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cdf15e2..7ee3cbc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,7 +12,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.repository == 'github/idraw' + if: github.repository == 'idrawjs/idraw' strategy: matrix: node-version: [22.x] diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4bde8f3..532a200 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.repository == 'github/idraw' + if: github.repository == 'idrawjs/idraw' strategy: matrix: node-version: [22.x] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f792ed7..544c440 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.repository == 'github/idraw' + if: github.repository == 'idrawjs/idraw' permissions: contents: read id-token: write