mirror of
https://github.com/PurpurMC/Purpur.git
synced 2025-02-11 12:50:28 +08:00
[ci-skip] appease codefactor.io
This commit is contained in:
parent
bea70e2afe
commit
64cbdba638
@ -62,7 +62,7 @@ fi
|
||||
echo "===========================";
|
||||
echo " "
|
||||
echo " MISSING FILES"
|
||||
echo $(echo "$errors" | grep "No such file")
|
||||
echo "$errors" | grep "No such file"
|
||||
echo -e "$missingfiles"
|
||||
echo " "
|
||||
echo "===========================";
|
||||
|
@ -7,7 +7,7 @@
|
||||
# flag: --pufferfish HASH - the commit hash to use for comparing commits between pufferfish (pufferfish-gg/Pufferfish/compare/HASH...HEAD)
|
||||
|
||||
function getCommits() {
|
||||
echo "$(curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/"$1"/compare/"$2"...dev/1.19 | jq -r '.commits[] | "'"$1"'@\(.sha[:7]) \(.commit.message | split("\r\n")[0] | split("\n")[0])"')"
|
||||
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/"$1"/compare/"$2"...dev/1.19 | jq -r '.commits[] | "'"$1"'@\(.sha[:7]) \(.commit.message | split("\r\n")[0] | split("\n")[0])"'
|
||||
}
|
||||
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user