Skip to content

Commit db97180

Browse files
Update update-hostbill-dna.yml
1 parent 992efdd commit db97180

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-hostbill-dna.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,22 @@ jobs:
2020
git clone https://github.com/domainreseller/whmcs-dna.git
2121
git clone https://github.com/domainreseller/wisecp-dna.git
2222
git clone https://github.com/domainreseller/blesta-dna.git
23+
git clone https://github.com/domainreseller/clientexec-dna
2324
2425
- name: Copy updated library file
2526
run: |
2627
cp DomainNameApi/DomainNameAPI_PHPLibrary.php hostbill-dna/includes/modules/Domain/domainnameapi/lib/dna.php
2728
cp DomainNameApi/DomainNameAPI_PHPLibrary.php blesta-dna/components/modules/domainnameapi/apis/api.php
2829
cp DomainNameApi/DomainNameAPI_PHPLibrary.php whmcs-dna/modules/registrars/domainnameapi/lib/dna.php
2930
cp DomainNameApi/DomainNameAPI_PHPLibrary.php wisecp-dna/coremio/modules/Registrars/DomainNameAPI/api.php
31+
cp DomainNameApi/DomainNameAPI_PHPLibrary.php clientexec-dna/api.php
32+
3033
3134
- name: Commit and push changes
3235
env:
3336
PAT: ${{ secrets.HOSTBILL_DNA_PAT }}
3437
run: |
35-
for repo in hostbill-dna whmcs-dna blesta-dna wisecp-dna; do
38+
for repo in hostbill-dna whmcs-dna blesta-dna wisecp-dna clientexec-dna; do
3639
cd $repo
3740
git config user.name "DomainNameApi"
3841
git config user.email "info@domainnameapi.com"

0 commit comments

Comments
 (0)