- commit
- 2323f93
- parent
- 87b1907
- author
- FBIK.
- date
- 2025-12-11 13:07:55 +0000 UTC
fix: chmod +x ./pgit
1 files changed,
+1,
-0
+1,
-0
1@@ -27,6 +27,7 @@ jobs:
2 - name: Setup pgit
3 run : |
4 curl -LO https://github.com/FBIKdot/pgit/releases/download/1.2.0-rc1/pgit
5+ chmod +x ./pgit
6
7 - name: Generate documentation
8 run: |