Skip to content

Commit

Permalink
ci: add force tag to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Aug 3, 2023
1 parent 8c4fd3b commit 326a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-run-force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: npx fontsource fetch $GOOGLE_API_KEY
run: npx fontsource fetch $GOOGLE_API_KEY --force
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

Expand Down

0 comments on commit 326a5af

Please sign in to comment.