Skip to content

Commit

Permalink
checking for LANG being set.
Browse files Browse the repository at this point in the history
  • Loading branch information
troy2914 committed Dec 8, 2023
1 parent 63a205f commit 94cc60f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Create GitHub release
shell: bash
run: |
echo "LANG=$(LANG)"
git config --global --add safe.directory ${GITHUB_WORKSPACE}
eval $(ssh-agent -s)
echo "${{ secrets.SSH_PRIVATE_KEY_WEBSITE }}" | tr -d '\r' | ssh-add -
Expand Down

0 comments on commit 94cc60f

Please sign in to comment.