From c64a7ba54d019fc52275704ee9713fa490677764 Mon Sep 17 00:00:00 2001 From: Piyal Basu Date: Tue, 27 Jun 2023 15:41:45 -0400 Subject: [PATCH] does push break it? --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ff97cb84..44561261e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,8 +39,8 @@ 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 - # uses: ad-m/github-push-action@master - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # branch: ${{ github.head_ref }} + - name: Push changes + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: ${{ github.head_ref }}