Skip to content

Commit

Permalink
Fix members google sheet workflow (#793)
Browse files Browse the repository at this point in the history
Add Install dependencies step
  • Loading branch information
jeffplays2005 authored Oct 5, 2024
1 parent fc82826 commit 5762b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_google_sheet_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install volta
uses: volta-cli/action@v4

- name: Install dependencies
run: yarn

- name: Update google sheet members with script
run: |
yarn workspace server update-google-sheet-members

0 comments on commit 5762b9d

Please sign in to comment.