Browse Source

chore: fix e2e managed pipeline

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 4 years ago
parent
commit
608526a705
1 changed files with 1 additions and 0 deletions
  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;