Skip to content

Commit

Permalink
push to branch
Browse files Browse the repository at this point in the history
push to branch

push to branch

push to branch
  • Loading branch information
amishas157 committed Nov 4, 2024
1 parent 67d1d62 commit 100f039
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_source_data_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
python-version: 3.12

- name: Check Current Branch
run: |
git checkout ${{ github.head_ref }}
- name: Run Bash Script
run: |
set -x
Expand All @@ -41,5 +45,5 @@ jobs:
git add changelog/source_data.md
if git commit -m "Update changelog for Source data"; then
echo "Changes committed."
git push
git push origin ${{ github.head_ref }}
fi

0 comments on commit 100f039

Please sign in to comment.