Skip to content

Commit

Permalink
Revert cron time, fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Nov 28, 2023
1 parent 1b521c1 commit d47d57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Badges

on:
schedule:
- cron: '52 07 * * *'
- cron: '24 03 * * 3'
workflow_dispatch:

permissions: {}
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
path: downloads.svg

- name: Create JSON
run:
run: |
echo '{"subject": "Docker pulls", "status": "${{ steps.downloads.outputs.total_downloads }} (${{ steps.downloads.outputs.recent_downloads_per_day }}/day)", "color": "blue"}' > downloads.json
- name: Upload badge to Gist
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
path: workflows.svg

- name: Create JSON
run:
run: |
echo '{"subject": "GitHub Workflows", "status": "${{ steps.workflows.outputs.total_workflows }}", "color": "blue"}' > workflows.json
- name: Upload badge to Gist
Expand Down

0 comments on commit d47d57b

Please sign in to comment.