From f252e82bc88fb14e4fcaabd8670b4df6e3e4b9ed Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Wed, 30 Oct 2024 16:14:47 -0500 Subject: [PATCH] Try cloning repo --- .github/workflows/update_source_data_schema_changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_source_data_schema_changelog.yml b/.github/workflows/update_source_data_schema_changelog.yml index 4daba374..d1bc8f3e 100644 --- a/.github/workflows/update_source_data_schema_changelog.yml +++ b/.github/workflows/update_source_data_schema_changelog.yml @@ -25,8 +25,8 @@ jobs: run: | cd $GITHUB_WORKSPACE cp -r schemas/ new_schemas/ - git checkout master - cp -r schemas/ old_schemas + git clone --depth 1 --branch master https://github.com/stellar/stellar-etl-airflow.git repo_master_copy + cp -r repo_master_copy/schemas/ old_schemas output=$(python3 scripts/get_source_data_schema_changelog.py) echo "$output" > changelog/source_data.md