Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update translation-sync.yml (#5904)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Nov 10, 2023
1 parent 834a1a0 commit 33270a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translation-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
gh auth login --with-token <<< ${{ github.token }}
gh pr close "$branch_name" || true
pr_output=$(gh pr create --base "master" --title "[translations] New strings from crowdin 📚" --head "binary-com:$branch_name" -F ".github/translation_sync_template.md")
echo "::set-output name=pr_url::$(echo "$pr_output" | awk '/url/{print $2}')"
echo "pr_url=$(echo "$pr_output" | awk '/url/{print $2}')" >> $GITHUB_ENV
fi
# Upload new strings to Crowdin
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
"text": "View",
"emoji": true
},
"value": "click_me_123",
"value": "View PR",
"url": "${{ steps.sync_translations.outputs.pr_url }}",
"action_id": "button-action"
}
Expand Down

1 comment on commit 33270a3

@vercel
Copy link

@vercel vercel bot commented on 33270a3 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.