diff --git a/.github/workflows/validate-and-organize.yml b/.github/workflows/validate-and-organize.yml index 3054510..b8f9a11 100644 --- a/.github/workflows/validate-and-organize.yml +++ b/.github/workflows/validate-and-organize.yml @@ -39,7 +39,7 @@ jobs: - name: Run organize and build images run: | - domino piece organize --build-images --source-url=https://github.com/${{github.repository}} + domino piece-repository organize --build-images --source-url=https://github.com/${{github.repository}} - name: Install Tests Dependencies run: pip install -r requirements-tests.txt