فهرست منبع

chore: fix e2e managed pipeline

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 4 سال پیش
والد
کامیت
608526a705
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      .github/workflows/e2e-managed.yml

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

@@ -84,6 +84,7 @@ jobs:
           const { data: result } = await github.checks.create({
             ...context.repo,
             name: job_name,
+            head_sha: pull.head.sha,
             status: 'in_progress',
           });
           return result;