Skip to content

Commit

Permalink
fix author of issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Sep 30, 2024
1 parent 7e11d11 commit 9a4064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a4064c

Please sign in to comment.