diff --git a/.github/workflows/memote.yml b/.github/workflows/memote.yml index e005a5b..579e7f1 100644 --- a/.github/workflows/memote.yml +++ b/.github/workflows/memote.yml @@ -71,6 +71,7 @@ jobs: memote report snapshot \ --filename="${{ env.snapshot }}" \ --custom-tests=${{ env.custom_tests }} + git add "${{ env.snapshot }}" - name: Auto-commit results uses: stefanzweifel/git-auto-commit-action@v4.4.0