mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
tools: github actions: run make awesome_lint/make export explicitly as part of the scheduled update-metadata workflow (#21)
- workaround/closes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/15
This commit is contained in:
8
.github/workflows/update-metadata.yml
vendored
8
.github/workflows/update-metadata.yml
vendored
@@ -9,10 +9,10 @@ jobs:
|
||||
test_schedule:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: update all metadata from Github API
|
||||
run: make update_metadata
|
||||
- uses: actions/checkout@v3
|
||||
- run: make update_metadata
|
||||
- run: make awesome_lint
|
||||
- run: make export
|
||||
- name: commit and push changes
|
||||
run: |
|
||||
git config user.name awesome-selfhosted-bot
|
||||
|
||||
Reference in New Issue
Block a user