Skip to content

Commit

Permalink
Update another.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-devtron authored Aug 22, 2023
1 parent a0a95a7 commit df4a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/another.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git pull origin main
git checkout -b $TARGET_BRANCH_NAME
git fetch origin
git rebase origin/$TARGET_BRANCH_NAME
git rebase $TARGET_BRANCH_NAME
# Push the new branch to the target repository
git push origin $TARGET_BRANCH_NAME

0 comments on commit df4a88a

Please sign in to comment.