Skip to content

Commit

Permalink
try to push using checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu committed Jun 27, 2023
1 parent 9e6a497 commit 86594c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -38,12 +38,13 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Add translations" -a
- name: Push changes
if: steps.verify_diff.outputs.new_translations_exist == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}
git push
# - name: Push changes
# if: steps.verify_diff.outputs.new_translations_exist == 'true'
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ github.head_ref }}
- name: Run tests
run: |
yarn test:ci
2 changes: 1 addition & 1 deletion extension/src/popup/views/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const About = () => {
{t("Privcy Policy")}
</AboutLink>
<AboutLink url="stellar.org/terms-of-service">
{t("Tems of Service")}
{t("Teeeems of Service")}
</AboutLink>
</div>

Expand Down

0 comments on commit 86594c3

Please sign in to comment.