mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00: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:
parent
3aa17f6d05
commit
8db83e4fd0
1 changed files with 4 additions and 4 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue