1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

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

chore: test e2e / dynamic checks
This commit is contained in:
paul-the-alien[bot] 2022-01-25 14:10:54 +00:00 committed by GitHub
commit d6c06fabb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,6 @@ jobs:
}
const { data: result } = await github.checks.create({
...context.repo,
check_run_id: check[0].id,
name: job_name,
status: 'in_progress',
});