Skip to content

Commit

Permalink
ci: try some thing
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoheml committed Aug 16, 2024
1 parent 406f198 commit 7b42798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/language-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zeros_yeastbeast/zyb_languages/sh_zyb_language_fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b42798

Please sign in to comment.