From c70a4998f61f195e0320967fef87b1b8e8dba8a9 Mon Sep 17 00:00:00 2001 From: Sacha Greif Date: Mon, 25 Nov 2024 15:37:38 +0900 Subject: [PATCH] add strings --- .github/workflows/ping-api.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ping-api.yml b/.github/workflows/ping-api.yml index 1edbe1c..e99bedf 100644 --- a/.github/workflows/ping-api.yml +++ b/.github/workflows/ping-api.yml @@ -19,5 +19,4 @@ jobs: I18N_SECRET_KEY: ${{ secrets.I18N_SECRET_KEY }} # Set your secret in repository settings ACTIONS_ENDPOINT_URL: ${{ secrets.ACTIONS_ENDPOINT_URL }} # Set your secret in repository settings run: | - curl -X GET \ - "$ACTIONS_ENDPOINT_URL?locale=${{ steps.repo_name.outputs.name }}&secretKey=$I18N_SECRET_KEY" + curl -X GET "$ACTIONS_ENDPOINT_URL?locale=${{ steps.repo_name.outputs.name }}&secretKey=$I18N_SECRET_KEY"