Skip to content

Update kubectl-1.28 to 1.28.15 #662

Update kubectl-1.28 to 1.28.15

Update kubectl-1.28 to 1.28.15 #662

# https://github.com/peter-evans/slash-command-dispatch/blob/main/docs/getting-started.md
# https://github.com/peter-evans/slash-command-dispatch/blob/main/docs/examples.md
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows
name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Slash Command Dispatch
uses: cloudposse/actions/github/[email protected]
with:
token: ${{ secrets.GITHUB_BOT_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
commands: rebuild-readme
permission: none
issue-type: pull-request