Skip to content

Commit

Permalink
. e mdsnip
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed Jun 30, 2024
1 parent f6d3fea commit da83ab4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/mdsnippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
run:
working-directory: packages/approval_tests
steps:

- name: 📚 Git Checkout
uses: actions/checkout@v4

- name: ✏️ Create mdsnippets.json
run: |
echo '{ "Convention": "InPlaceOverwrite" }' > ${GITHUB_WORKSPACE}/mdsnippets.json
shell: bash

- name: ♻️ Run MarkdownSnippets
run: |
dotnet tool install --global MarkdownSnippets.Tool
Expand All @@ -21,9 +25,9 @@ jobs:
- name: ⬆️ Git Commit and Push
uses: github-actions-x/[email protected]
with:
github-token: "${secrets.GITHUB_TOKEN}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
commit-message: ". d updated markdown snippets"
rebase: 'true'
push-branch: 'main'
name: github actions
email: [email protected]
email: [email protected]

0 comments on commit da83ab4

Please sign in to comment.