From 1fe28643a3997060877efce72ff28823065df13c Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:19:49 -0500 Subject: [PATCH] fix auto-downport --- .github/workflows/auto_downport.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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