[wip] gitea actions
All checks were successful
Build profile / Build (push) Successful in 5s

This commit is contained in:
Simon Vieille 2023-10-02 22:41:40 +02:00
parent 08a5a91028
commit c0efd272ee
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -17,7 +17,7 @@ jobs:
git config --global user.name CI
- run: |
cp README.tpl.md README.md
./bin/rss -f https://www.deblan.io/RSS | head -n 10 > README.md
./bin/rss -f https://www.deblan.io/RSS >> README.md
- run: |
git status
git add .