feat(cli): generic fallback commands — tokf err, tokf test, tokf summ… #27
This file contains hidden or 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: Dispatch docs update to tokf-net | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - 'docs/**' | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger tokf-net deploy | |
| uses: peter-evans/repository-dispatch@v4 | |
| with: | |
| token: ${{ secrets.TOKF_NET_DISPATCH_TOKEN }} | |
| repository: mpecan/tokf-net | |
| event-type: tokf-docs-update |