From ed6de83e8c6ca8cc9bc2a1eeab659f864e51b41c Mon Sep 17 00:00:00 2001 From: ibuler Date: Sat, 14 Sep 2024 18:07:59 +0800 Subject: [PATCH] perf: workflow push with full name --- .github/workflows/build-base-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 764555294..2c2efa825 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -65,6 +65,6 @@ jobs: git checkout -b ${{ github.event.pull_request.head.ref }} git add Dockerfile git commit -m "perf: Update Dockerfile with new base image tag" - git push + git push origin ${{ github.event.pull_request.head.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}