diff --git a/.github/workflows/magic-modules.yml b/.github/workflows/magic-modules.yml index 2dc60d2d617a..c98ba9046d8b 100644 --- a/.github/workflows/magic-modules.yml +++ b/.github/workflows/magic-modules.yml @@ -20,7 +20,9 @@ jobs: cd repo git config user.name "modular-magician" git config user.email "magic-modules@google.com" - git fetch origin ${{ github.base_ref }} # Fetch the base branch + git fetch origin ${{ + github.base_ref + }} # Fetch the base branch git merge --no-ff origin/${{ github.base_ref }} # Merge with the base branch yamlfiles=$(git diff --name-only origin/${{ github.base_ref