Skip to content

Commit 4258572

Browse files
Update update_paddle_submodule.yml (#1854)
1 parent bd66cdf commit 4258572

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update_paddle_submodule.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ jobs:
1717

1818
- name: Update Paddle Submodule
1919
run: |
20+
set -x
2021
echo "BRANCH_NAME=update-paddle-submodule-$(date +'%Y%m%d')" >> $GITHUB_ENV
2122
git config --global user.name "tianshuo78520a"
2223
git config --global user.email "[email protected]"
2324
git submodule update --remote --init
25+
cd Paddle
26+
git add .
27+
git commit -m "Update Paddle to latest commit"
2428
git status
2529
git add Paddle
2630
git commit -m "Commit changes in Paddle submodule"
31+
git status
2732
- name: Create Pull Request
2833
uses: peter-evans/create-pull-request@v5
2934
with:

0 commit comments

Comments
 (0)