workflows/check-by-name: Mention who to ping for trouble (#337120)

This commit is contained in:
Philip Taron 2024-08-29 05:57:28 -07:00 committed by GitHub
commit b305dc2006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,5 +120,6 @@ jobs:
else
exitCode=$?
echo "To run locally: ./maintainers/scripts/check-by-name.sh $GITHUB_BASE_REF https://github.com/$GITHUB_REPOSITORY.git"
echo "If you're having trouble, ping @NixOS/nixpkgs-check-by-name"
exit "$exitCode"
fi