Skip to content

Commit

Permalink
feat: formatting file
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Sep 26, 2023
1 parent dea1abc commit 6f2b90e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docker Image CI for shopify-tracker
on:
push:
branches: [ main ]
branches: [main]
pull_request:
types:
- closed
Expand All @@ -20,7 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3


- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -43,7 +42,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Clone Devops Repo
run: |
git clone https://${{secrets.PAT}}@github.com/rudderlabs/rudder-devops.git
Expand All @@ -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"
hub pull-request -m "chore: upgrade shopify tracker to $VERSION"

0 comments on commit 6f2b90e

Please sign in to comment.