fix job dependency

This commit is contained in:
Chenghao Mou 2024-08-07 11:45:37 +01:00
parent d4f34363ec
commit 09c6b78b46

View file

@ -20,5 +20,6 @@ jobs:
git diff --quiet && git diff --staged --quiet || (git commit -m "Daily update from Dark Visitors" && git push)
shell: bash
call-main:
needs: dark-visitors
uses: ./.github/workflows/main.yml
secrets: inherit