diff --git a/.github/workflows/auto_downport.yaml b/.github/workflows/auto_downport.yaml index 8d9e4b00..c9ec818f 100644 --- a/.github/workflows/auto_downport.yaml +++ b/.github/workflows/auto_downport.yaml @@ -24,7 +24,7 @@ jobs: run: | git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add src + git add . git commit -m "Downport changes" - name: Switch to Branch 702 @@ -35,4 +35,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: 702 - force: true \ No newline at end of file + force: true