Skip to content

Commit

Permalink
Testing with merge squash
Browse files Browse the repository at this point in the history
  • Loading branch information
5herlocked committed Oct 2, 2023
1 parent dd4f48e commit ab9a702
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/new-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ jobs:
fi
# Move updated files over
for item in $files; do
git checkout pr -- $item
git add $item
echo $item
done
# for item in $files; do
# git checkout pr -- $item
# git add $item
# echo $item
# done
git merge --squash pr
git commit -m "Adding new and changed files for ${namespace}_PR_${{ github.event.pull_request.number }}"
git push

Expand Down

0 comments on commit ab9a702

Please sign in to comment.