Skip to content

Commit

Permalink
Merge pull request #8 from sangonzal/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sangonzal authored Nov 7, 2020
2 parents 842c91d + f35e5e3 commit 5ecd3d9
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].2
uses: sangonzal/[email protected].3
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].2
uses: sangonzal/[email protected].3
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].2
uses: sangonzal/[email protected].3
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}
Expand Down

0 comments on commit 5ecd3d9

Please sign in to comment.