mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Fix parameter name for default branch in sync-subtrees-action configuration
This commit is contained in:
parent
250d1f1f87
commit
6dc392967d
2
.github/workflows/subtree.yml
vendored
2
.github/workflows/subtree.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user