Skip to content

Commit

Permalink
fix i18n work
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaregarza committed May 25, 2024
1 parent de76d76 commit 2cf4762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_k8s_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
echo "Latest tag: $LATEST_TAG"
LAST_COMMITER=$(git log -1 --pretty=format:'%an')
I18N_CHANGES=$(git diff --name-only $LATEST_TAG HEAD -- 'i18n/*')
if [ "$GITHUB_ACTOR" = "github-actions" ]; then
if [ "$LAST_COMMITER" = "github-actions" ]; then
GH_ACTIONS_PUSHED=true
else
GH_ACTIONS_PUSHED=false
Expand Down

0 comments on commit 2cf4762

Please sign in to comment.