Improve job name

The purpose of the job is to convert the JSON file
to the other files.
This commit is contained in:
Glyn Normington 2025-01-04 05:28:41 +00:00
parent e4c12ee2f8
commit 996b9c678c

View file

@ -22,7 +22,8 @@ jobs:
git add -A
git diff --quiet && git diff --staged --quiet || (git commit -m "Update from Dark Visitors" && git push)
shell: bash
call-main:
convert:
name: convert
needs: dark-visitors
uses: ./.github/workflows/main.yml
secrets: inherit