Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47f1da2

Browse files
committed
work
1 parent3187901 commit47f1da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/dispatch-matrix-check.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
Write-Host "Running as: ${{github.actor}}"
1919
2020
-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) }}
2222
uses:peter-evans/repository-dispatch@v2
2323
with:
2424
token:${{ secrets.RELEASE_ENGINEERING_TOKEN }}
@@ -28,7 +28,7 @@ jobs:
2828

2929

3030
-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) }}
3232
with:
3333
script:|
3434
github.rest.issues.createComment({

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp