Skip to content

Commit

Permalink
feat: created workflows to create new migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Ilham committed Feb 4, 2023
1 parent 37936ff commit 0ba0761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:

- name: Push branch
run: |
git config --global user.email "create-migration@muhammadilham.xyz"
git config --global user.name "[bot] Create Migration"
echo "adding new migration template..."
git add ${{ github.event.inputs.directory }}
git commit -m "${{ github.event.inputs.name }}"
Expand Down

0 comments on commit 0ba0761

Please sign in to comment.