From 1439c1a9f0d0bb64b241c5306e2035ecf413df74 Mon Sep 17 00:00:00 2001 From: Jinghui Liao Date: Fri, 13 Oct 2023 19:44:52 +0800 Subject: [PATCH] use ref --- .github/workflows/test_cli.yml | 1 + .github/workflows/test_devpack.yml | 1 + .github/workflows/test_plugins.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/test_cli.yml b/.github/workflows/test_cli.yml index 42dcafae25..1cc474f129 100644 --- a/.github/workflows/test_cli.yml +++ b/.github/workflows/test_cli.yml @@ -25,6 +25,7 @@ jobs: with: repository: neo-project/neo-node path: ./neo-node + ref: ${{ github.event.inputs.ref }} - name: Patch neo-node neo-cli.csproj to use local neo run: | diff --git a/.github/workflows/test_devpack.yml b/.github/workflows/test_devpack.yml index 8f7da59990..f058003147 100644 --- a/.github/workflows/test_devpack.yml +++ b/.github/workflows/test_devpack.yml @@ -25,6 +25,7 @@ jobs: with: repository: neo-project/neo-devpack-dotnet path: ./neo-devpack-dotnet + ref: ${{ github.event.inputs.ref }} - name: Patch neo-devpack-dotnet .csproj to use local neo run: | diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index 7020100926..f6d36e2ac7 100644 --- a/.github/workflows/test_plugins.yml +++ b/.github/workflows/test_plugins.yml @@ -25,6 +25,7 @@ jobs: with: repository: neo-project/neo-modules path: ./neo-modules + ref: ${{ github.event.inputs.ref }} - name: Patch neo-modules Directory.Build.props to use local neo run: |