This commit is contained in:
parent
f5508733f2
commit
c995d1089f
@ -21,7 +21,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# Clone the URL OF REMOTE PROJECT to test
|
# Clone the URL OF REMOTE PROJECT to test
|
||||||
with:
|
with:
|
||||||
repository: ${{ steps.tagName.outputs.tag }}
|
repository: ${{ steps.tagName.outputs.tag }}
|
||||||
|
# Set default branch
|
||||||
|
ref: master
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '7.0.x'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user