-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Santiago Gonzalez
committed
Jan 13, 2021
1 parent
2b24990
commit f2be555
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
``` | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|