This commit is contained in:
parent
ce684f4593
commit
da731a53ce
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ jobs:
|
|||
git config --global user.name CI
|
||||
- run: |
|
||||
cp README.tpl.md README.md
|
||||
man head
|
||||
./bin/rss -f https://www.deblan.io/RSS | tail -n 10 >> README.md
|
||||
which head
|
||||
./bin/rss -f https://www.deblan.io/RSS | head -n 10 >> README.md
|
||||
- run: |
|
||||
git status
|
||||
git add .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue