Skip to content

Commit

Permalink
Update clone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 authored Apr 1, 2023
1 parent f1ef6ab commit c9892f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clone.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: GitHub Clone Count for 14 days at every 6 hours
name: GitHub Clone Count for 14 days at every 12 hours

# Controls when the action will run.
on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */12 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c9892f0

Please sign in to comment.