Skip to content

create-command

create-command #1

name: create-command
on:
repository_dispatch:
types: [create-command]
jobs:
create:
uses: ./.github/workflows/terraform.yml
with:
command: ${{ github.event.client_payload.slash_command.command }}
branch: ${{ github.event.client_payload.pull_request.head.ref }}
sha: ${{ github.event.client_payload.pull_request.head.sha }}
secrets:
PAT: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}