Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 30, 2024
1 parent 9d5d5d7 commit ee6b61a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update_source_data_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Run Bash Script
run: |
cd $GITHUB_WORKSPACE
cp -r schemas/ new_schemas/
git checkout main
git checkout master
cp -r schemas/ old_schemas
output=$(python3 scripts/get_source_data_schema_changelog.py)
echo "$output" > changelog/source_data.md
Expand Down

0 comments on commit ee6b61a

Please sign in to comment.