|
18 | 18 | Write-Host "Running as: ${{github.actor}}" |
19 | 19 |
|
20 | 20 | -name:Dispatch Matrix Testing Job |
21 | | -if:${{ contains(fromJSON('["jsinglet", "mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine"]')', github.actor) }} |
| 21 | +if:${{ contains(fromJSON('["jsinglet", "mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine"]'), github.actor) }} |
22 | 22 | uses:peter-evans/repository-dispatch@v2 |
23 | 23 | with: |
24 | 24 | token:${{ secrets.RELEASE_ENGINEERING_TOKEN }} |
|
28 | 28 |
|
29 | 29 |
|
30 | 30 | -uses:actions/github-script@v6 |
31 | | -if:${{ contains(fromJSON('["jsinglet", "mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine"]')', github.actor) }} |
| 31 | +if:${{ contains(fromJSON('["jsinglet", "mbaluda", "lcartey", "rvermeulen", "ravikprasad", "jeongsoolee09", "hohn", "knewbury01", "kraiouchkine"]'), github.actor) }} |
32 | 32 | with: |
33 | 33 | script:| |
34 | 34 | github.rest.issues.createComment({ |
|