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