From 02fa13002f77d15da4af91297b2f908ee8169d26 Mon Sep 17 00:00:00 2001 From: jamesbiggs Date: Thu, 22 Feb 2024 16:37:41 +0000 Subject: [PATCH] oops --- .github/scripts/check_migrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check_migrations.py b/.github/scripts/check_migrations.py index e6b107dd0f..ded7130bd9 100644 --- a/.github/scripts/check_migrations.py +++ b/.github/scripts/check_migrations.py @@ -34,7 +34,7 @@ def check_migration_file(filepath): sys.exit(1) def main(): - current_branch_files = list_files_on_branch('HEAD') + current_branch_files = list_files_on_branch('HEAD', "develop") print("Files on current branch:") print('\n'.join(current_branch_files))