diff --git a/.github/workflows/test-archive.yaml b/.github/workflows/test-archive.yaml index b9fdbbe..20bce76 100644 --- a/.github/workflows/test-archive.yaml +++ b/.github/workflows/test-archive.yaml @@ -41,7 +41,8 @@ jobs: run: | git config --local user.email "ohmydevops@gmail.com" git config --local user.name "ohmydevops" - git commit -m "Add Archive" -a + git add -A + git commit -m "Add Archive" - name: Push changes uses: ad-m/github-push-action@master