This commit is contained in:
parent
b99cbb62e4
commit
70315eca96
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
|
||||||
./bin/rss -f "https://www.deblan.io/RSS" | head -n 10 > README.md
|
whereis head
|
||||||
|
./bin/rss -f https://www.deblan.io/RSS | head -n 10 >> README.md
|
||||||
- run: |
|
- run: |
|
||||||
git status
|
git status
|
||||||
git add .
|
git add .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue