Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 13, 2023
1 parent fdde61a commit 8148a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
ref:
description: 'Ref to build neo-modules [default: latest master;]'
required: false
default: 'neo-project/neo-modules'
default: 'master'

jobs:
build-and-test:
Expand All @@ -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
Expand Down

0 comments on commit 8148a1e

Please sign in to comment.