diff --git a/.github/workflows/language-push.yaml b/.github/workflows/language-push.yaml index 9750fbb..1ddae95 100644 --- a/.github/workflows/language-push.yaml +++ b/.github/workflows/language-push.yaml @@ -79,11 +79,11 @@ jobs: run: | echo "REPOSITORY=$(echo "${{ matrix.value }}" | cut -d'/' -f 1)" >> $GITHUB_ENV echo "TARGET_FOLDER=$(echo "${{ matrix.value }}" | cut -d'/' -f 2- | rev | cut -d '/' -f 2- | rev)" >> $GITHUB_ENV - - + - name: Check if the env.REPOSITORY exists in the KB-RolePlay organization id: check-repo run: | - $status_code=$(curl -s -o /dev/null -w "%{http_code}" -H "Authorization: token ${{ secrets.PAT }}" https://api.github.com/repos/KB-RolePlay/${{ env.REPOSITORY }}) + status_code=$(curl -s -o /dev/null -w "%{http_code}" -H "Authorization: token ${{ secrets.PAT }}" https://api.github.com/repos/KB-RolePlay/${{ env.REPOSITORY }}) echo "REPOSITORY_EXISTS=$status_code" >> $GITHUB_ENV - name: Push file diff --git a/zeros_yeastbeast/zyb_languages/sh_zyb_language_fr.lua b/zeros_yeastbeast/zyb_languages/sh_zyb_language_fr.lua index 948e402..9ed4292 100644 --- a/zeros_yeastbeast/zyb_languages/sh_zyb_language_fr.lua +++ b/zeros_yeastbeast/zyb_languages/sh_zyb_language_fr.lua @@ -49,4 +49,4 @@ if (zyb.config.SelectedLanguage == "fr") then zyb.language.VGUI["Installed"] = "Installé" zyb.language.VGUI["Buy"] = "Acheté" zyb.language.VGUI["Sell"] = "Vendre" -end +end \ No newline at end of file