Fix parameter name for default branch in sync-subtrees-action configuration

This commit is contained in:
Charlton, Scott R. 2025-06-25 23:20:20 -06:00
parent 250d1f1f87
commit 6dc392967d

View File

@ -25,6 +25,6 @@ jobs:
testMerge: ${{ inputs.testMerge }}
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_name: ${{ github.event.repository.name }}
defaultRef: ${{ github.event.repository.default_branch }}
default_branch: ${{ github.event.repository.default_branch }}
run_number: ${{ github.run_number }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}