mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Refactor code structure for improved readability and maintainability (#73)
The GitHub Actions workflow configuration for `sync-subtrees-action` was cleaned up by modifying parameter names and updating the SSH private key secret.
This commit is contained in:
parent
d03bb744e7
commit
990fca2df9
10
.github/workflows/subtree.yml
vendored
10
.github/workflows/subtree.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
||||
with:
|
||||
dryRun: ${{ inputs.dryRun }}
|
||||
testMerge: ${{ inputs.testMerge }}
|
||||
repoName: ${{ github.event.repository.name }}
|
||||
defaultRef: ${{ github.event.repository.default_branch }}
|
||||
runNumber: ${{ github.run_number }}
|
||||
sshKey: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
repoOwner: ${{ github.repository_owner }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repository_name: ${{ github.event.repository.name }}
|
||||
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