Sha256: bd124bd3aeb1923810f1527c483c0ca16a3e638db61eeb91cc75c5ea7657940e
Contents?: true
Size: 522 Bytes
Versions: 3
Compression:
Stored size: 522 Bytes
Contents
name: Trigger update to docs.pact.io on: push: branches: - master paths: - '**.md' repository_dispatch: types: - gem-released workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - name: Trigger docs.pact.io update workflow uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }} repository: pact-foundation/docs.pact.io event-type: pact-broker-client-docs-updated
Version data entries
3 entries across 3 versions & 1 rubygems