1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 15:31:20 +01:00

Update workflows to use reusable-workflows repo

This commit is contained in:
IvanZosimov
2022-12-19 12:38:18 +01:00
parent 228eec3014
commit 338d4e3bbf
4 changed files with 4 additions and 8 deletions

View File

@@ -14,8 +14,7 @@ on:
jobs:
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
name: Basic validation
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
test-setup-multiple-versions:
runs-on: ${{ matrix.operating-system }}