Skip to content

Commit 9c5bd14

Browse files
committed
Single quote
1 parent d193da3 commit 9c5bd14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/localization-pull-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./ # Use the local action
2020
with:
2121
action: pull
22-
google_api_key_json: ${{ secrets.GOOGLE_API_KEY_JSON }}
22+
google_api_key_json: '${{ secrets.GOOGLE_API_KEY_JSON }}'
2323
spreadsheet_id: ${{ vars.SPREADSHEET_ID }}
2424
localization_root: ./Acme.BookStore/src/Acme.BookStore.Domain.Shared/Localization
2525

.github/workflows/localization-push-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
uses: ./ # Use the local action
2020
with:
2121
action: push
22-
google_api_key_json: ${{ secrets.GOOGLE_API_KEY_JSON }}
22+
google_api_key_json: '${{ secrets.GOOGLE_API_KEY_JSON }}'
2323
spreadsheet_id: ${{ vars.SPREADSHEET_ID }}
2424
localization_root: ./Acme.BookStore/src/Acme.BookStore.Domain.Shared/Localization

0 commit comments

Comments
 (0)