Skip to content

Commit

Permalink
Merge pull request #1268 from future-architect/fix/github-actions-wor…
Browse files Browse the repository at this point in the history
…kflow

Fix error when update SNS counts
  • Loading branch information
yknz authored May 27, 2024
2 parents 84b08f5 + 0ff436e commit fe202bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Update SNS counts
run: |
echo '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }}' > google_application_credentials.json
~/bin/snssharecount > sns_count_cache.json
~/bin/snssharecount > temp.json
mv temp.json sns_count_cache.json
~/bin/ga > ga_cache.json
- name: Build with hexo
Expand Down

0 comments on commit fe202bb

Please sign in to comment.