trigger-workflow #259
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: Automatic Updates from Contents | |
| on: [repository_dispatch] | |
| jobs: | |
| cypress-run: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "Will run 'Publish to GitHub Pages with Extensions' workflow" | |
| - name: Checkout | |
| uses: actions/checkout@v2 |