mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: github actions: run URL checker *after* pushing changes in the scheduled update-metadata workflow
- we want the updates pushed regardless of possible URL check errors
This commit is contained in:
parent
b3f0ff5070
commit
6ad29ab5b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-metadata.yml
vendored
2
.github/workflows/update-metadata.yml
vendored
|
|
@ -11,7 +11,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: make update_metadata
|
||||
- run: make url_check
|
||||
- run: make awesome_lint
|
||||
- run: make export
|
||||
- name: commit and push changes
|
||||
|
|
@ -21,3 +20,4 @@ jobs:
|
|||
git add software/ tags/ platforms/ licenses*.yml
|
||||
git diff-index --quiet HEAD || git commit -m "[bot] update projects metadata"
|
||||
git push
|
||||
- run: make url_check
|
||||
|
|
|
|||
Loading…
Reference in a new issue