From 6f2b90e184f209045966201b8013a5714d07a10a Mon Sep 17 00:00:00 2001 From: shrouti1507 Date: Tue, 26 Sep 2023 14:17:09 +0530 Subject: [PATCH] feat: formatting file --- .github/workflows/prod-deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 8380e42..b279ca1 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -1,7 +1,7 @@ name: Docker Image CI for shopify-tracker on: push: - branches: [ main ] + branches: [main] pull_request: types: - closed @@ -20,7 +20,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Login to Docker Hub uses: docker/login-action@v2 with: @@ -43,7 +42,7 @@ jobs: run: | git config --global user.name "GitHub Actions" git config --global user.email "noreply@github.com" - + - name: Clone Devops Repo run: | git clone https://${{secrets.PAT}}@github.com/rudderlabs/rudder-devops.git @@ -70,4 +69,4 @@ jobs: git add values.yaml git commit -m "chore: upgrade shopify tracker to $VERSION" git push -u origin shopify-tracker-$VERSION - hub pull-request -m "chore: upgrade shopify tracker to $VERSION" \ No newline at end of file + hub pull-request -m "chore: upgrade shopify tracker to $VERSION"