Skip to content

Commit

Permalink
updated .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanSharique committed Mar 6, 2024
1 parent c26ca85 commit 33d0527
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-clone-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ jobs:
uses: jgehrcke/github-repo-stats@RELEASE
with:
ghtoken: ${{ secrets.ghrs_github_api_token }}

# Commits files to repository
- name: Commit changes
uses: EndBug/add-and-commit@v4
with:
author_name: Adnan Sharique
message: "GitHub traffic"
add: "./trafficLatest/"
ref: "main" # commits to branch "traffic"

0 comments on commit 33d0527

Please sign in to comment.