Skip to content

Commit

Permalink
push to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Nov 4, 2024
1 parent 100f039 commit 8da1710
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update_source_data_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ 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 @@ -45,5 +41,5 @@ jobs:
git add changelog/source_data.md
if git commit -m "Update changelog for Source data"; then
echo "Changes committed."
git push origin ${{ github.head_ref }}
git push
fi

0 comments on commit 8da1710

Please sign in to comment.