mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
github actions: repository must be checked out before running make url_check
- fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/27
This commit is contained in:
parent
8bc5a56caf
commit
c7e09df481
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-metadata.yml
vendored
1
.github/workflows/update-metadata.yml
vendored
|
|
@ -28,4 +28,5 @@ jobs:
|
|||
url-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: make url_check
|
||||
|
|
|
|||
Loading…
Reference in a new issue