Skip to content

Workflow failure: Run Automation API Examples #57

Workflow failure: Run Automation API Examples

Workflow failure: Run Automation API Examples #57

jobs:
command-dispatch-for-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Build
uses: peter-evans/slash-command-dispatch@v2
with:
commands: run-example-tests
issue-type: pull-request
permission: write
reaction-token: ${{ secrets.GITHUB_TOKEN }}
repository: pulumi/automation-api-examples
token: ${{ secrets.EVENT_PAT }}
name: Command Dispatch for testing
"on":
issue_comment:
types:
- created
- edited