Skip to content

Commit 56fe77f

Browse files
committed
Add current softwareheritage.org/tag/codemeta/feed/ file
Additionally update github workflow for changes to the feed location
1 parent 6984673 commit 56fe77f

File tree

2 files changed

+778
-3
lines changed

2 files changed

+778
-3
lines changed

.github/workflows/news.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Download File
1717
run: |
18-
curl https://www.softwareheritage.org/tag/codemeta/feed/ --output ./data/news.xml
18+
curl https://www.softwareheritage.org/tag/codemeta/feed/ --output ./data/softwareheritage.xml
1919
working-directory: ${{ github.workspace }}
2020
- name: Commit and Push Changes
2121
run: |
2222
git config --global user.name "${{ github.actor }}"
2323
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
2424
25-
git add ./data/news.xml
26-
git commit -m 'Update news feed'
25+
git add ./data/feeds/
26+
git commit -m 'Update news'
2727
git push

0 commit comments

Comments
 (0)