Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanu authored Feb 28, 2024
1 parent e44014a commit 9b33daa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
mv clones.json top_paths.json top_referrers.json views.json traffic_data/
- name: Display traffic data
run: cat traffic.json
run: |
cat clones.json
cat top_paths.json
cat top_referrers.json
cat views.json
# - name: Save traffic data to artifacts
# if: always()
Expand Down

0 comments on commit 9b33daa

Please sign in to comment.