Skip to content

Commit

Permalink
Update traffic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodr97 authored Nov 16, 2023
1 parent 6ff3bc5 commit 5c8e99c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/traffic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ jobs:
curl --request GET \
--url https://api.github.com/repos/${{ github.repository }}/traffic/views \
--header 'authorization: Bearer ${{ secrets.TRAFFIC_API }}' \
--header 'content-type: application/json' >> $GITHUB_WORKSPACE/traffic/views.json
--header 'content-type: application/json' >> $GITHUB_WORKSPACE/traffic/views.json- name: Commit and Push Changes
- name: Commit and Push Changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add .
git commit -m "Update traffic views data"
git push origin trimAl

0 comments on commit 5c8e99c

Please sign in to comment.