Merge pull request #1646 from fidencio/wip/fix-slash-command-action-usage

github: Fix slash-command-action usage
This commit is contained in:
GabyCT
2021-04-07 10:17:04 -05:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ jobs:
uses: kata-containers/slash-command-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
command: "test-kata-deploy"
command: "test_kata_deploy"
reaction: "true"
reaction-type: "eyes"
allow-edits: "false"