Skip to content

Commit

Permalink
fix: use spaces not tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Apr 26, 2023
1 parent e604f93 commit c34c2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: "0"

- name: Enable PNPM
- name: Enable PNPM
uses: pnpm/action-setup@v2

- name: Set node version to 18
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build project
run: pnpm run build

- name: Generate API
- name: Generate API
run: pnpm run cli generate $GOOGLE_API_KEY
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: "0"

- name: Enable PNPM
- name: Enable PNPM
uses: pnpm/action-setup@v2

- name: Set node version to 18
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build project
run: pnpm run build

- name: Generate API
- name: Generate API
run: pnpm run cli generate $GOOGLE_API_KEY
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
Expand Down

0 comments on commit c34c2a1

Please sign in to comment.