[obsidian] vault backup: 2024-02-05 13:10:19
All checks were successful
Build / build (push) Successful in 2m57s

This commit is contained in:
2024-02-05 13:10:19 +09:00
parent 4d220cce8c
commit 8e8079517d
3 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,5 @@
#self-hosted #server
Giteaは最近Actionが使えるようになった。Dockerで別にランナーマシンを立ち上げる必要があるほか、GitHub Actionsと比べると、Concurrencyなどちゃんと効かなかったり色々まだ機能が足りてない所はある。
ただ、公開されてるGithubs Actionはそのままuseできるのが強い。`actions/cache@v3`の代わりに`https://github.com/actions/cache@v3`のようにURLで指定できる。よく使うアクションはgitea側にもミラーされていることもあるが、なんか放置されてるやつも多々あるので注意。