Browse Source

Update repo-dispatcher.yml

kiddin9 3 years ago
parent
commit
d19e5c6f42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/repo-dispatcher.yml

+ 1 - 1
.github/workflows/repo-dispatcher.yml

@@ -34,7 +34,7 @@ jobs:
 
     - name: cancel running workflows
       uses: styfle/cancel-workflow-action@main
-      if: contains(${{ github.event.inputs.version }}, 'cw')
+      if: contains(${{ github.event.inputs.param }}, 'cw')
       with:
         workflow_id: 4439867
         access_token: ${{ github.token }}