Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Nov 25, 2024
1 parent 6358020 commit 71d01ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ping-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
DOES_NOT_EXIST: ${{ secrets.FOO }} # Set your secret in repository settings
run: |
echo "endpoint: $ACTIONS_ENDPOINT_URL"
echo "test: $DOES_NOT_EXIST"
echo "secret_key: $I18N_SECRET_KEY"
curl -X GET "$ACTIONS_ENDPOINT_URL?locale=${{ steps.repo_name.outputs.name }}&secretKey=$I18N_SECRET_KEY"

0 comments on commit 71d01ee

Please sign in to comment.