1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-12-09 05:20:38 +00:00

Fix changelog checker

This commit is contained in:
Mint 2025-11-07 19:44:34 +03:00
parent a893c69d20
commit aef26a615e
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
Fix CI changelog checker

View file

@ -1,5 +1,8 @@
#!/bin/sh
echo "adding ownership exception"
git config --global --add safe.directory $(pwd)
echo "looking for change log"
git remote add upstream https://git.pleroma.social/pleroma/pleroma.git