fal-ai / dbt-fal

do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.
https://fal.ai/dbt-fal
Apache License 2.0
851 stars 71 forks source link

fix: remove empty git submodule app #686

Closed chamini2 closed 1 year ago

chamini2 commented 1 year ago

Getting error during git checkout in Github Actions

https://github.com/fal-ai/fal/actions/runs/3679701850/jobs/6228127484#step:3:128

::group::Setting up auth
Setting up auth
  /usr/bin/git config --local --name-only --get-regexp core\.sshCommand
  /usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
  Error: fatal: No url found for submodule path 'app' in .gitmodules
  ##[debug]Unsetting HOME override
  ::remove-matcher owner=checkout-git::
  ##[debug]Removed matchers: 'checkout-git'
  Error: The process '/usr/bin/git' failed with exit code 128
  ##[debug]Node Action run completed with exit code 1

Fix from https://github.com/actions/checkout/issues/354

chamini2 commented 1 year ago

It was added in https://github.com/fal-ai/fal/pull/682, we have to review if this happens in the next release?