From 74695e561ac526882e3a183ab21aea18c778860f Mon Sep 17 00:00:00 2001 From: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:05:53 +0530 Subject: [PATCH] modified the action name (#5806) --- .../action.yml | 0 .github/workflows/build-branch.yml | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename .github/actions/{build-push-action => buildpush-action}/action.yml (100%) diff --git a/.github/actions/build-push-action/action.yml b/.github/actions/buildpush-action/action.yml similarity index 100% rename from .github/actions/build-push-action/action.yml rename to .github/actions/buildpush-action/action.yml diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index d0798fda7..b3c66bd87 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -170,7 +170,7 @@ jobs: name: Checkout Files uses: actions/checkout@v4 - name: Admin Build and Push - uses: ./.github/actions/build-push-action + uses: ./.github/actions/buildpush-action with: build-release: ${{ needs.branch_build_setup.outputs.build_release }} build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }} @@ -196,7 +196,7 @@ jobs: name: Checkout Files uses: actions/checkout@v4 - name: Web Build and Push - uses: ./.github/actions/build-push-action + uses: ./.github/actions/buildpush-action with: build-release: ${{ needs.branch_build_setup.outputs.build_release }} build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }} @@ -222,7 +222,7 @@ jobs: name: Checkout Files uses: actions/checkout@v4 - name: Space Build and Push - uses: ./.github/actions/build-push-action + uses: ./.github/actions/buildpush-action with: build-release: ${{ needs.branch_build_setup.outputs.build_release }} build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }} @@ -248,7 +248,7 @@ jobs: name: Checkout Files uses: actions/checkout@v4 - name: Live Build and Push - uses: ./.github/actions/build-push-action + uses: ./.github/actions/buildpush-action with: build-release: ${{ needs.branch_build_setup.outputs.build_release }} build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }} @@ -274,7 +274,7 @@ jobs: name: Checkout Files uses: actions/checkout@v4 - name: Backend Build and Push - uses: ./.github/actions/build-push-action + uses: ./.github/actions/buildpush-action with: build-release: ${{ needs.branch_build_setup.outputs.build_release }} build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }} @@ -300,7 +300,7 @@ jobs: name: Checkout Files uses: actions/checkout@v4 - name: Proxy Build and Push - uses: ./.github/actions/build-push-action + uses: ./.github/actions/buildpush-action with: build-release: ${{ needs.branch_build_setup.outputs.build_release }} build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}