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:
nodiscc
2023-01-23 01:10:35 +00:00
committed by GitHub
parent 3aa17f6d05
commit 8db83e4fd0

View File

@@ -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