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 d193da3 commit 9c5bd14Copy full SHA for 9c5bd14
.github/workflows/localization-pull-action.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: ./ # Use the local action
20
with:
21
action: pull
22
- google_api_key_json: ${{ secrets.GOOGLE_API_KEY_JSON }}
+ google_api_key_json: '${{ secrets.GOOGLE_API_KEY_JSON }}'
23
spreadsheet_id: ${{ vars.SPREADSHEET_ID }}
24
localization_root: ./Acme.BookStore/src/Acme.BookStore.Domain.Shared/Localization
25
.github/workflows/localization-push-action.yml
@@ -19,6 +19,6 @@ jobs:
action: push
0 commit comments