瀏覽代碼

Merge pull request #384 from external-secrets/fix/e2e-typo

fix: e2e typo
paul-the-alien[bot] 4 年之前
父節點
當前提交
ecb62cf060
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/e2e.yml

+ 1 - 1
.github/workflows/e2e.yml

@@ -89,7 +89,7 @@ jobs:
   integration-fork:
     runs-on: ubuntu-latest
     if:
-      github.event_name = 'repository_dispatch' &&
+      github.event_name == 'repository_dispatch' &&
       github.event.client_payload.slash_command.args.named.sha != ''
     steps: