This is an automated email from the ASF dual-hosted git repository.

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new ba572ebedd [CI] Make sure notify_test_workflow.yml error will be 
throwed (#6226)
ba572ebedd is described below

commit ba572ebedd09e077a80b351616ddcaa9b5ed89f4
Author: Jia Fan <[email protected]>
AuthorDate: Tue Jan 16 20:32:24 2024 +0800

    [CI] Make sure notify_test_workflow.yml error will be throwed (#6226)
---
 .github/workflows/notify_test_workflow.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/notify_test_workflow.yml 
b/.github/workflows/notify_test_workflow.yml
index fda0338d8c..ca0951dd63 100644
--- a/.github/workflows/notify_test_workflow.yml
+++ b/.github/workflows/notify_test_workflow.yml
@@ -134,7 +134,7 @@ jobs:
                 + '/actions/runs/'
                 + run_id
 
-              github.rest.checks.create({
+              await github.rest.checks.create({
                 owner: context.repo.owner,
                 repo: context.repo.repo,
                 name: name,

Reply via email to