Skip to content

Commit

Permalink
chore: update ut dedicated deployment branch and commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Sankeerth committed Dec 12, 2024
1 parent b160455 commit 9c8f36d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-for-prod-ut-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
cd rudder-devops
git checkout -b dedicated-transformer-$TAG_NAME
git checkout -b dedicated-transformer-ut-$TAG_NAME
cd customer-objects
Expand All @@ -168,7 +168,7 @@ jobs:
git add $customer
done
git commit -m "chore: upgrade dedicated transformers to $TAG_NAME"
git push -u origin dedicated-transformer-$TAG_NAME
git commit -m "chore: upgrade dedicated ut transformers to $TAG_NAME"
git push -u origin dedicated-transformer-ut-$TAG_NAME
gh pr create --fill

0 comments on commit 9c8f36d

Please sign in to comment.