From 9a4064c91a1c406679aec20c563224c8ecf9d03e Mon Sep 17 00:00:00 2001 From: Lucille Delisle Date: Mon, 30 Sep 2024 16:30:25 +0200 Subject: [PATCH] fix author of issue --- .github/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 1cb07b6..7677ac8 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -228,7 +228,7 @@ jobs: # Write these errors to an issue body="$(date), there were errors when running autoupdate\n\n$errors" echo -e $body > body.txt - if gh_issue_list=$(gh issue list --author "planemo-autoupdate" | grep -P "^\d+\t[^\t]+\tAutoupdate errors\t"); then + if gh_issue_list=$(gh issue list --author "gxydevbot" | grep -P "^\d+\t[^\t]+\tAutoupdate errors\t"); then gh issue comment $(echo "$gh_issue_list" | cut -f 1 | head -n 1) -F body.txt else gh issue create -t "Autoupdate errors" -F body.txt