Skip to content

Merge branch 'main' of https://github.com/TelemetryDeck/docs #192

Merge branch 'main' of https://github.com/TelemetryDeck/docs

Merge branch 'main' of https://github.com/TelemetryDeck/docs #192

Workflow file for this run

on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'TelemetryDeck',
repo: 'website',
workflow_id: 'trigger-content-change.yml',
ref: 'eleventy'
})