We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0701f83 commit 160b901Copy full SHA for 160b901
.github/workflows/localization-pull-action.yml
@@ -15,6 +15,9 @@ jobs:
15
with:
16
node-version: 20
17
18
+ - name: Install dependencies
19
+ run: npm install
20
+
21
- name: Pull Google Sheets to JSON
22
uses: ./ # Use the local action
23
.github/workflows/localization-push-action.yml
- name: Push JSON to Google Sheets
0 commit comments