diff --git a/.github/workflows/autoformatter.yml b/.github/workflows/autoformatter.yml index 23b7b94..31e6e58 100644 --- a/.github/workflows/autoformatter.yml +++ b/.github/workflows/autoformatter.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.head_ref }} fetch-depth: 0 - persist-credentials: false + token: ${{ secrets.BOT_ACCESS_TOKEN }} - name: Set up Python uses: actions/setup-python@v2 @@ -50,10 +50,5 @@ jobs: git config --local user.name "Formatter [BOT]" git add . git commit -m "Auto-format code ๐Ÿงน๐ŸŒŸ๐Ÿค–" + git push fi - - - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.BOT_ACCESS_TOKEN}} - branch: ${{ github.head_ref }} \ No newline at end of file diff --git a/tests/test_suite.py b/tests/test_suite.py index 88c9795..1429519 100644 --- a/tests/test_suite.py +++ b/tests/test_suite.py @@ -1,3 +1,7 @@ def test_mock(): + + + + assert False