From f6b03499745c8bbb442d2cab0b8ba65eb2f22fdc Mon Sep 17 00:00:00 2001 From: John Gomersall Date: Fri, 23 Aug 2024 18:33:16 +0100 Subject: [PATCH] No need to push changes now Signed-off-by: John Gomersall --- .github/workflows/docker.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bc195393c..7f37c827c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,8 +20,6 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - with: - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - uses: cardinalby/export-env-action@v2 with: @@ -49,20 +47,6 @@ jobs: - name: Prepare Docker build run: mkdir target && make build - - name: Push changes if needed - if: github.event_name == 'pull_request' - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: "Combining translations with languages and countries" - branch: ${{ github.event.pull_request.head.ref }} - commit_user_name: Open Food Facts Bot - commit_user_email: contact@openfoodfacts.org - commit_author: Open Food Facts Bot - push_options: "" - status_options: '--untracked-files=no' - skip_dirty_check: false - create_branch: no - - name: Build and push Docker image uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 with: