-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Sieradski <[email protected]>
- Loading branch information
1 parent
116b9e2
commit f4fa9e9
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
key: feed-cache-${{ steps.generate-key.outputs.cache-key }} | ||
restore-keys: feed-cache- | ||
- name: NYT | ||
uses: 'selfagency/[email protected].7' | ||
uses: 'selfagency/[email protected].8' | ||
with: | ||
rss: 'https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml' | ||
slack_webhook: ${{ secrets.SLACK_WEBHOOK }} | ||
|
@@ -79,7 +79,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: NYT | ||
uses: 'selfagency/[email protected].7' | ||
uses: 'selfagency/[email protected].8' | ||
with: | ||
rss: 'https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml' | ||
slack_webhook: ${{ secrets.SLACK_WEBHOOK }} | ||
|
@@ -110,13 +110,13 @@ jobs: | |
key: feed-cache-${{ steps.generate-key.outputs.cache-key }} | ||
restore-keys: feed-cache- | ||
- name: LAT | ||
uses: 'selfagency/[email protected].7' | ||
uses: 'selfagency/[email protected].8' | ||
with: | ||
rss: 'https://www.latimes.com/rss2.0.xml' | ||
slack_webhook: ${{ secrets.SLACK_WEBHOOK }} | ||
cache_dir: './slackfeedbot-cache' | ||
- name: WaPo | ||
uses: 'selfagency/[email protected].7' | ||
uses: 'selfagency/[email protected].8' | ||
with: | ||
rss: 'https://feeds.washingtonpost.com/rss/homepage' | ||
slack_webhook: ${{ secrets.SLACK_WEBHOOK }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters