From 86594c364719025839e4ca4d4d2c39f0e6c4d12d Mon Sep 17 00:00:00 2001 From: Piyal Basu Date: Tue, 27 Jun 2023 18:00:40 -0400 Subject: [PATCH] try to push using checkout --- .github/workflows/test.yml | 15 ++++++++------- extension/src/popup/views/About/index.tsx | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94a8fe0ef..5113c63ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -38,12 +38,13 @@ jobs: git config --local user.email "action@github.com" 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 diff --git a/extension/src/popup/views/About/index.tsx b/extension/src/popup/views/About/index.tsx index 8ee566f08..e0955f821 100644 --- a/extension/src/popup/views/About/index.tsx +++ b/extension/src/popup/views/About/index.tsx @@ -44,7 +44,7 @@ export const About = () => { {t("Privcy Policy")} - {t("Tems of Service")} + {t("Teeeems of Service")}