ci: fix gh-action-updater fails due to GitHub deprecation
This commit is contained in:
3
.github/workflows/updater-wip.yml
vendored
3
.github/workflows/updater-wip.yml
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
# This workflow is only for the Hugo Blox repository. It is safe to delete from your site.
|
||||||
name: Updater (WIP)
|
name: Updater (WIP)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -15,7 +16,7 @@ jobs:
|
|||||||
if: github.repository_owner == 'HugoBlox'
|
if: github.repository_owner == 'HugoBlox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: HugoBlox/gh-action-updater@v1
|
- uses: HugoBlox/gh-action-updater@v2
|
||||||
with:
|
with:
|
||||||
feed-url: https://hugoblox.com/rss.xml
|
feed-url: https://hugoblox.com/rss.xml
|
||||||
readme-section: news
|
readme-section: news
|
||||||
|
|||||||
Reference in New Issue
Block a user