diff --git a/.github/workflows/weblate_auto_merge.yaml b/.github/workflows/weblate_auto_merge.yaml index 4e1a9da2d..da1e89a7d 100644 --- a/.github/workflows/weblate_auto_merge.yaml +++ b/.github/workflows/weblate_auto_merge.yaml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'weblate' steps: + - name: Checkout Repository + uses: actions/checkout@v4 - name: Enable Pull Request Automerge run: gh pr merge --merge --auto "1" env: