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"