Update update-be-new-migration-latest-timestamp.yml

This commit is contained in:
Maidul Islam
2024-04-26 14:52:47 -04:00
committed by GitHub
parent d96f1320ed
commit 1d00bb0a64

View File

@@ -28,6 +28,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add ./backend/src/db/migrations
rm added_files.txt
git commit -m "chore: renamed new migration files to latest timestamp (gh-action)"
- name: Create Pull Request