We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68426e4 commit 8f75d39Copy full SHA for 8f75d39
1 file changed
.github/workflows/CI-CD-Docs.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Update tokens in project files
27
uses: cschleiden/replace-tokens@v1
28
with:
29
- files: '["docs/*.md", "docs/**/*.md", "*.csproj", "**/*.csproj"]'
+ files: '["docs/*.md", "docs/**/*.md", "docs/templates/bunit/partials/*.partial", "*.csproj", "**/*.csproj"]'
30
- uses: actions/setup-dotnet@v1
31
32
dotnet-version: '3.1.202'
0 commit comments