[wip] gitea actions
Some checks failed
Build profile / Build (push) Failing after 5s

This commit is contained in:
Simon Vieille 2023-10-02 22:42:12 +02:00
commit 861828b409
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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