Skip to content

Commit

Permalink
Try cloning repo
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 30, 2024
1 parent ee6b61a commit f252e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_source_data_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f252e82

Please sign in to comment.