Merge pull request #972 from grahamwhaley/20200306_silence_actions

actions: change trigger phrase for kata-deploy action
This commit is contained in:
Salvador Fuentes 2020-03-25 12:06:01 -06:00 committed by GitHub
commit 5fe076ac8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
uses: kata-containers/slash-command-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
command: "test"
command: "test-kata-deploy"
reaction: "true"
reaction-type: "eyes"
allow-edits: "false"
@ -17,7 +17,6 @@ jobs:
- name: verify command arg is kata-deploy
run: |
echo "The command was '${{ steps.command.outputs.command-name }}' with arguments '${{ steps.command.outputs.command-arguments }}'"
[[ ${{ steps.command.outputs.command-arguments}} == "kata-deploy" ]]
create-and-test-container:
needs: check_comments
runs-on: ubuntu-latest