Skip to content

Commit

Permalink
No need to push changes now
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom committed Aug 23, 2024
1 parent f4c173a commit f6b0349
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

- uses: cardinalby/export-env-action@v2
with:
Expand Down Expand Up @@ -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: [email protected]
commit_author: Open Food Facts Bot <[email protected]>
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:
Expand Down

0 comments on commit f6b0349

Please sign in to comment.