Skip to content

Commit

Permalink
update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Jan 22, 2025
1 parent 786b76e commit a73ce5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
git add config/packages.yml
git commit -m "Update dependencies in packages.yml"
git show
git diff origin/develop
git fetch
git diff origin/wip
git push origin "$BRANCH_NAME"
# Step 7: Create Pull Request
Expand Down

0 comments on commit a73ce5c

Please sign in to comment.