We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd66cdf commit 4258572Copy full SHA for 4258572
.github/workflows/update_paddle_submodule.yml
@@ -17,13 +17,18 @@ jobs:
17
18
- name: Update Paddle Submodule
19
run: |
20
+ set -x
21
echo "BRANCH_NAME=update-paddle-submodule-$(date +'%Y%m%d')" >> $GITHUB_ENV
22
git config --global user.name "tianshuo78520a"
23
git config --global user.email "[email protected]"
24
git submodule update --remote --init
25
+ cd Paddle
26
+ git add .
27
+ git commit -m "Update Paddle to latest commit"
28
git status
29
git add Paddle
30
git commit -m "Commit changes in Paddle submodule"
31
+ git status
32
- name: Create Pull Request
33
uses: peter-evans/create-pull-request@v5
34
with:
0 commit comments