Skip to content

Commit

Permalink
Update herdstat action
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Apr 9, 2024
1 parent e682c85 commit 638350e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/herdstat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: 'Herdstat Analysis'
on:
workflow_dispatch:
schedule:
# Runs every at midnight
- cron: '0 0 * * *'
# Runs every Monday at midnight
- cron: '0 0 * * 1'
jobs:
herdstat:
runs-on: ubuntu-latest
Expand All @@ -19,8 +19,15 @@ jobs:
- uses: herdstat/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ET_HERDSTAT_PAT }}
- uses: EndBug/add-and-commit@v9
- uses: peter-evans/create-pull-request@10db75894f6d53fc01c3bb0995e95bd03e583a62
id: cpr
with:
default_author: github_actions
add: 'contribution-graph.svg'
message: 'Update contribution graph'
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update `contribution_graph.svg`
committer: epiverse-trace-bot <[email protected]>
author: epiverse-trace-bot <[email protected]>
branch: update-herdstat
add-paths: 'contribution-graph.svg'
title: Automated update of contribution graph
reviewers: chartgerink
delete-branch: true

0 comments on commit 638350e

Please sign in to comment.