Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Gonzalez committed Jan 13, 2021
1 parent 2b24990 commit f2be555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Create a `workflow.yml` file and place in your `.github/workflows` folder. You c
steps:
# Calculates traffic and clones and stores in CSV file
- name: Repository Traffic
uses: sangonzal/[email protected].3
uses: sangonzal/[email protected].4
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}
```
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
# Calculates traffic and clones and stores in CSV file
- name: GitHub traffic
uses: sangonzal/[email protected].3
uses: sangonzal/[email protected].4
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
# Calculates traffic and clones and stores in CSV file
- name: Repository Traffic
uses: sangonzal/[email protected].3
uses: sangonzal/[email protected].4
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}
Expand Down

0 comments on commit f2be555

Please sign in to comment.