Skip to content

Commit

Permalink
append
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 30, 2024
1 parent c3c1ab8 commit 0021160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_source_data_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
output=$(python3 scripts/get_source_data_schema_changelog.py)
existing_changelog=$(<changelog/source_data.md)
echo "$output" > changelog/source_data.md
echo "$existing_changelog"> changelog/source_data.md
echo "$existing_changelog" >> changelog/source_data.md
- name: Commit changes
id: commit_changes
Expand Down

0 comments on commit 0021160

Please sign in to comment.