diff --git a/.github/workflows/format_rst.yml b/.github/workflows/format_rst.yml index 0137d1d..4f00f3d 100644 --- a/.github/workflows/format_rst.yml +++ b/.github/workflows/format_rst.yml @@ -15,7 +15,7 @@ jobs: python-version: '3.10' - name: Run RST Autoformatter - uses: livxy/rst-autoformatter-action@main + uses: CodeByAidan/rst-autoformatter-action@main with: # files: '**/*.rst' # works! - globbing is supported # files: 'tests/*.rst' # works! - just another glob patterns