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 ffe7bea commit c35130fCopy full SHA for c35130f
.github/workflows/update_paddle_submodule.yml
@@ -22,10 +22,12 @@ jobs:
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"
+ cd Paddle && git checkout develop && git pull
+ cd ..
+ git add Paddle
28
+ git commit -m "Update submodule" || echo "No changes to commit"
29
git status
30
+
31
- name: Create Pull Request
32
uses: peter-evans/create-pull-request@v5
33
with:
0 commit comments