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 ca5c5ab commit 3e4ba27Copy full SHA for 3e4ba27
.github/workflows/auto_downport.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
git config --global user.name 'github-actions[bot]'
28
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
29
- git add src
+ git add .
30
git commit -m "Downport changes"
31
32
- name: Switch to Branch 702
0 commit comments