From 35e8a74d8adeaf647efd9f2b07dea54ed30310e7 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 3 Aug 2024 23:14:05 +0800 Subject: [PATCH] chore: update github action script for testing --- .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 7ee3cbc..cdf15e2 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 == 'idrawjs/idraw' + if: github.repository == 'github/idraw' strategy: matrix: node-version: [22.x] diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 532a200..4bde8f3 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 == 'idrawjs/idraw' + if: github.repository == 'github/idraw' strategy: matrix: node-version: [22.x] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 544c440..f792ed7 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 == 'idrawjs/idraw' + if: github.repository == 'github/idraw' permissions: contents: read id-token: write