diff --git a/.github/workflows/version-testing.yml b/.github/workflows/version-testing.yml index 54cd8047..1001e00a 100644 --- a/.github/workflows/version-testing.yml +++ b/.github/workflows/version-testing.yml @@ -93,4 +93,4 @@ jobs: reviewers: GuyMoses,saartochner,shanishiri - name: remove previous version testing branches run: | - scripts/delete_old_version_testing_branches.sh + ./scripts/delete_old_version_testing_branches.sh