remove docs related to mod functionality, which has been moved to pow… #428
Workflow file for this run
This file contains 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: Trigger the preview build in steampipe.io | |
on: | |
workflow_dispatch: | |
push: | |
branches-ignore: | |
- "main" | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }} | |
repository: turbotio/steampipe.io | |
event-type: build-preview | |
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "ref_name": "${{ github.ref_name }}"}' |