From fdde61ae815f929f10c0302c56954eb30ce198b3 Mon Sep 17 00:00:00 2001 From: Jinghui Liao Date: Fri, 13 Oct 2023 19:47:54 +0800 Subject: [PATCH] fix --- .github/workflows/test_plugins.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index f6d36e2ac7..6d6238fa3b 100644 --- a/.github/workflows/test_plugins.yml +++ b/.github/workflows/test_plugins.yml @@ -8,7 +8,7 @@ on: ref: description: 'Ref to build neo-modules [default: latest master;]' required: false - default: '' + default: 'neo-project/neo-modules' jobs: build-and-test: @@ -23,8 +23,8 @@ jobs: - name: Checkout neo-modules uses: actions/checkout@v2 with: - repository: neo-project/neo-modules - path: ./neo-modules + # repository: neo-project/neo-modules + # path: ./neo-modules ref: ${{ github.event.inputs.ref }} - name: Patch neo-modules Directory.Build.props to use local neo