Skip to content

Commit

Permalink
Update magic-modules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge authored Nov 1, 2023
1 parent 0a09efb commit 587cad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/magic-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 587cad6

Please sign in to comment.