This commit is contained in:
Radosław Kukuczka
2025-03-30 11:28:51 +02:00
parent 079f26876c
commit f015fb7ec3

View File

@@ -0,0 +1 @@
git init && git checkout -b main && touch README.md && git add README.md && git commit -m "first commit" && git remote add origin https://gitea.sylo.top/actions/generate-short-sha.git && git push -u origin main