Skip to content

Bump Moq from 4.20.69 to 4.20.70 #33

Bump Moq from 4.20.69 to 4.20.70

Bump Moq from 4.20.69 to 4.20.70 #33

name: Update markdown snippets
on:
push:
workflow_dispatch:
jobs:
update-markdown-snippets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run MarkdownSnippets
run: |
dotnet tool install --global MarkdownSnippets.Tool
mdsnippets ${GITHUB_WORKSPACE}
shell: bash
- name: Git Commit and Push
uses: github-actions-x/[email protected]
with:
github-token: "${secrets.GITHUB_TOKEN}"
commit-message: "d updated markdown snippets"