Skip to content

Commit

Permalink
Change branch for traffic job
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibacu committed Mar 1, 2021
1 parent 137bdc4 commit 6f9d334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-traffic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
ref: "traffic"
ref: "master"

# Calculates traffic and clones and stores in CSV file
- name: GitHub traffic
Expand All @@ -29,4 +29,4 @@ jobs:
author_name: AccTextBot
message: "GitHub traffic"
add: "./.stats/traffic/*"
ref: "traffic" # commits to branch "traffic"
ref: "master"

0 comments on commit 6f9d334

Please sign in to comment.