Skip to content

Commit cfd4d26

Browse files
committed
- fixed indent in changes filter
1 parent 2e180d1 commit cfd4d26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
echo "REPO_OWNER=$($repoVals[0])" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3939
echo "REPO_NAME=$($repoVals[1])" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
4040
41-
- uses: dorny/paths-filter@v2
41+
- uses: dorny/paths-filter@v2
4242
id: changes_filter
4343
with:
44-
filters: |
45-
workflows:
46-
- '.github/workflows\**'
47-
rules:
48-
- 'SqlServer.Rules\**'
44+
filters: |
45+
workflows:
46+
- '.github/workflows\**'
47+
rules:
48+
- 'SqlServer.Rules\**'
4949
5050
- name: Setup .NET Core
5151
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)