diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index ad073fc99..9f5d698e1 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -16,4 +16,4 @@ jobs: - uses: psf/black@stable with: options: "--check --diff" - src: "./structuretoolkit" \ No newline at end of file + src: ./${{ github.event.repository.name }}