Skip to content

Commit

Permalink
Merge pull request #1314 from future-architect/fix/github-actions-sns…
Browse files Browse the repository at this point in the history
…count-pv

Fix workflow to update pv
  • Loading branch information
ma91n authored Jun 27, 2024
2 parents 139ae05 + 403e257 commit 7465259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ jobs:
~/bin/snssharecount > temp.json
mv temp.json sns_count_cache.json
~/bin/ga > ga_cache.json
~/bin/pv > ga4_pv.json
- name: Commit and push
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add sns_count_cache.json ga_cache.json
git add sns_count_cache.json ga_cache.json ga4_pv.json
git commit -m "Update SNS counts cache"
git push origin HEAD
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ snssharecount > temp.json
mv temp.json sns_count_cache.json

ga > ga_cache.json
pv > ga4_pv.json
```

## 画像圧縮
Expand Down

0 comments on commit 7465259

Please sign in to comment.