Skip to content

Commit

Permalink
Improve job name
Browse files Browse the repository at this point in the history
The purpose of the job is to convert the JSON file
to the other files.
  • Loading branch information
glyn committed Jan 4, 2025
1 parent e4c12ee commit 996b9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ai_robots_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996b9c6

Please sign in to comment.