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 6984673 commit 56fe77fCopy full SHA for 56fe77f
.github/workflows/news.yml
@@ -15,13 +15,13 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Download File
17
run: |
18
- curl https://www.softwareheritage.org/tag/codemeta/feed/ --output ./data/news.xml
+ curl https://www.softwareheritage.org/tag/codemeta/feed/ --output ./data/softwareheritage.xml
19
working-directory: ${{ github.workspace }}
20
- name: Commit and Push Changes
21
22
git config --global user.name "${{ github.actor }}"
23
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
24
25
- git add ./data/news.xml
26
- git commit -m 'Update news feed'
+ git add ./data/feeds/
+ git commit -m 'Update news'
27
git push
0 commit comments