Skip to content

fix: flaky test

fix: flaky test #44

Workflow file for this run

name: Markdown Include
on: [push,workflow_dispatch]
jobs:
check:
name: Update markdown
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Update code in wiki
uses: filipdulic/markdown-include-wiki-action@v1.0.2
with:
WIKI_TOKEN: ${{ secrets.WIKI_TOKEN }}