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 #482 from external-secrets/chore/fix-ok-test-report

Assume check is not array
This commit is contained in:
paul-the-alien[bot] 2021-11-10 15:37:47 +00:00 committed by GitHub
commit 7d871cf481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ jobs:
const { data: result } = await github.checks.update({
...context.repo,
check_run_id: check[0].id,
check_run_id: check.id,
status: 'completed',
conclusion: process.env.conclusion
});