Browse Source

Merge pull request #386 from FGA-GCES/upgrade-slash-command-dispatch

WIP upgrading slash-command-dispatch
Lucas Severo Alves 4 years ago
parent
commit
e5e4fa77a7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/ok-to-test.yml

+ 1 - 2
.github/workflows/ok-to-test.yml

@@ -23,7 +23,7 @@ jobs:
         private_key: ${{ secrets.PRIVATE_KEY }}
 
     - name: Slash Command Dispatch
-      uses: peter-evans/slash-command-dispatch@v1
+      uses: peter-evans/slash-command-dispatch@v2.3.0
       env:
         TOKEN: ${{ steps.generate_token.outputs.token }}
       with:
@@ -32,5 +32,4 @@ jobs:
         reaction-token: ${{ secrets.GITHUB_TOKEN }}
         issue-type: pull-request
         commands: ok-to-test
-        named-args: true
         permission: write