Explorar o código

Merge pull request #639 from external-secrets/feature/test-e2e

chore: test e2e
paul-the-alien[bot] %!s(int64=4) %!d(string=hai) anos
pai
achega
d52f5c3741
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;