From 2902a8239e993c5f91d838525ba63d6fea80ac84 Mon Sep 17 00:00:00 2001 From: TZ Date: Thu, 15 Dec 2022 11:25:59 +0800 Subject: [PATCH] chore: update workflow to artusjs/github-actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 454b76c..0a09ceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,18 +5,18 @@ on: branches: [ master, main ] pull_request: - branches: [ master, main, next, beta, "*.x" ] + branches: [ master, main, next, beta, '*.x' ] schedule: - cron: '0 2 * * *' - workflow_dispatch: + workflow_dispatch: {} jobs: Job: name: Node.js - uses: artus-cli/.github/.github/workflows/node-test.yml@master - # pass these inputs only if you need to custom + uses: artusjs/github-actions/.github/workflows/node-test.yml@master + # 支持以下自定义配置,一般用默认值即可 # with: # os: 'ubuntu-latest, macos-latest, windows-latest' # version: '16, 18'