We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374e80 commit 62ac4d7Copy full SHA for 62ac4d7
.github/workflows/build.yml
@@ -17,7 +17,7 @@
17
- name: Install dependencies
18
run: npm install
19
- name: Build feeds
20
- run: cat feed-sites | node index.js
+ run: cat feed-sites | node index.js > feeds.md
21
- uses: stefanzweifel/git-auto-commit-action@v5
22
23
index.js
@@ -61,7 +61,6 @@ rl.on('close', () => {
61
.join('\n')
62
)
63
.then(console.log)
64
- .then(() => process.exit(1))
65
});
66
67
rl.on('error', (err) => {
0 commit comments