Bump com.approvaltests:approvaltests from 24.7.0 to 24.8.0 #126
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
commit-message: "d updated markdown snippets" | |
rebase: 'true' | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
push-branch: 'main' | |
name: github actions | |
email: [email protected] | |