From e6f7c125458b193dc689a3852dac8725d18af5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=92=9F?= Date: Tue, 22 Oct 2024 16:50:16 +0800 Subject: [PATCH] Update dockerhub_proxy.yml --- .github/workflows/dockerhub_proxy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerhub_proxy.yml b/.github/workflows/dockerhub_proxy.yml index 4dbe7f5a..348709d0 100644 --- a/.github/workflows/dockerhub_proxy.yml +++ b/.github/workflows/dockerhub_proxy.yml @@ -29,7 +29,7 @@ jobs: accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} command: deploy docker/cloudflare.js --name test --compatibility-date ${{ env.COMPATIBILITY_DATE }} - # - name: Commit and push changes - # uses: stefanzweifel/git-auto-commit-action@v4 - # with: - # commit_message: update cloudflare.js + - name: Commit and push changes + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: update cloudflare.js