Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 #1371

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 #1371

Workflow file for this run

name: Update markdown snippets
on:
push:
workflow_dispatch:
# Cancel existing executions when new commits are pushed onto the branch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
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: 'master'
name: github actions
email: [email protected]