This commit is contained in:
parent
0be717df42
commit
3544af80c9
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ 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
|
||||||
which head
|
apt-get update && apt-get install -y man
|
||||||
|
man head
|
||||||
./bin/rss -f https://www.deblan.io/RSS | head >> README.md
|
./bin/rss -f https://www.deblan.io/RSS | head >> README.md
|
||||||
- run: |
|
- run: |
|
||||||
git status
|
git status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue