has anyone been having issues with the prefect dep...
# ask-community
t
has anyone been having issues with the prefect deploy github action? it just started giving me
Copy code
prefect: error: unrecognized arguments: --no-prompt deploy --all --prefect-file ./prefect.yaml
our actions is pretty basic
Copy code
- name: Run Prefect Deploy
        uses: PrefectHQ/actions-prefect-deploy@v3
        with:
          all-deployments: "true"
          pyproject-toml-path: ${PWD}/pyproject.toml
w
Hey tomas, I'll take a look thanks.
t
let me know if you see anything will. might be some setup wrong on our side that's causing weirdness
I'm almost positive something is wrong on our side with this
w
okay cool, thanks for the update.