mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 19:13:57 +00:00
Improve job name
The purpose of the job is to convert the JSON file to the other files.
This commit is contained in:
parent
e4c12ee2f8
commit
996b9c678c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ai_robots_update.yml
vendored
3
.github/workflows/ai_robots_update.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue