Skip to content

Commit

Permalink
updaet actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoheml authored Jan 25, 2024
1 parent 3f8853e commit 765cc1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/language-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
echo "REPOSITORY=$(echo "${{ matrix.value }}" | cut -d'/' -f 1) " >> $GITHUB_ENV
echo "TARGET_FOLDER=$(echo "${{ matrix.value }}" | cut -d'/' -f 2-) " >> $GITHUB_ENV
$(echo "${{ matrix.value }}" | cut -d'/' -f 1)
$(echo "${{ matrix.value }}" | cut -d'/' -f 2-)
echo "REPOSITORY=${{ env.REPOSITORY }} "
echo "TARGET_FOLDER=${{ env.TARGET_FOLDER }} "
-
Expand All @@ -61,4 +64,4 @@ jobs:
user_email: [email protected]
user_name: github-actions
commit_message: Synchronize language from public repository
destination_branch: develop
destination_branch: develop
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ AAS.Language["de"] = {
["descHorseMask"] = "ICH BIN EIN PFERD UWUWUWU",
["descHorseMask2"] = "ICH BIN EIN PFERD UWUWUWU",
["descHorseMask3"] = "ICH BIN EIN PFERD UWUWUWU",
["descRussianHat"] = "Hardbass für immer epta!"
["descRussianHat"] = "Hardbass für immer epta!",
}

0 comments on commit 765cc1c

Please sign in to comment.