Skip to content

Commit

Permalink
Update .github/workflows/update_dbt_marts_schema_changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 authored Oct 29, 2024
1 parent 6812581 commit d7dbf9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_dbt_marts_schema_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: steps.commit_changes.outputs.changes_committed == 'true'
run: |
gh pr create -B master -H ${{ steps.create_branch.outputs.branch }} \
--title 'Merge ${{ steps.create_branch.outputs.branch }} into master' \
--body 'Created by GitHub action'
--title 'Update schema Changelog for marts' \
--body 'This PR updates schema changelog for marts. Also, this is an auto-generated PR'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d7dbf9f

Please sign in to comment.