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 44bfeeb commit e507b77Copy full SHA for e507b77
.github/workflows/ci.yaml
@@ -10,10 +10,10 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
15
- name: Setup .NET
16
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
17
with:
18
dotnet-version: 8.0.x
19
.github/workflows/on-push-do-docs.yml
@@ -5,12 +5,14 @@ jobs:
5
docs:
6
runs-on: windows-latest
7
8
9
+
- name: Run MarkdownSnippets
run: |
dotnet tool install --global MarkdownSnippets.Tool
mdsnippets ${GITHUB_WORKSPACE}
shell: bash
- name: Push changes
git config --local user.email "action@github.com"
0 commit comments