Skip to content

Commit

Permalink
rename markdown update file
Browse files Browse the repository at this point in the history
  • Loading branch information
hlotyaks committed Apr 4, 2022
1 parent 9b5be32 commit 6129ad8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/updatemarkdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: update-markdown

on:
workflow_run:
workflows:
- package-analyzer-build
types:
- completed

jobs:
auto-update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}
- run: git branch

- name: Run Autodocs
uses: dineshsonachalam/[email protected]
with:
categories: '[code-block]'

0 comments on commit 6129ad8

Please sign in to comment.