Skip to content

Commit

Permalink
Wizard actions (#4284)
Browse files Browse the repository at this point in the history
  • Loading branch information
merelcht authored Nov 1, 2024
1 parent 85e955b commit 6f43a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/label-community-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
} catch (error) {
console.log("%s: Error occured and marked user as notMember", '${{ github.actor }}')
console.log("Error", e.stack);
console.log("Error", e.name);
console.log("Error", e.message);
console.log("Error", error.stack);
console.log("Error", error.name);
console.log("Error", error.message);
return "notMember";
}
Expand Down

0 comments on commit 6f43a42

Please sign in to comment.