Hello! I have a problem deploying a flow via GitHu...
# ask-community
k
Hello! I have a problem deploying a flow via GitHub Actions. I am using this example https://github.com/PrefectHQ/prefect-recipes/blob/main/devops/github-actions/minimal-prefect-deployment-build.yaml. Everything is working. But when I add the --params argument, the parameters seem to be ignored. At the same time, if I copy the prefect build command and run it on my computer, the --params argument works as it should. What can you advise me?