diff --git a/.github/workflows/update-be-new-migration-latest-timestamp.yml b/.github/workflows/update-be-new-migration-latest-timestamp.yml index b03c1d684..5636f890a 100644 --- a/.github/workflows/update-be-new-migration-latest-timestamp.yml +++ b/.github/workflows/update-be-new-migration-latest-timestamp.yml @@ -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