File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,22 @@ jobs:
20
20
git clone https://github.com/domainreseller/whmcs-dna.git
21
21
git clone https://github.com/domainreseller/wisecp-dna.git
22
22
git clone https://github.com/domainreseller/blesta-dna.git
23
+ git clone https://github.com/domainreseller/clientexec-dna
23
24
24
25
- name : Copy updated library file
25
26
run : |
26
27
cp DomainNameApi/DomainNameAPI_PHPLibrary.php hostbill-dna/includes/modules/Domain/domainnameapi/lib/dna.php
27
28
cp DomainNameApi/DomainNameAPI_PHPLibrary.php blesta-dna/components/modules/domainnameapi/apis/api.php
28
29
cp DomainNameApi/DomainNameAPI_PHPLibrary.php whmcs-dna/modules/registrars/domainnameapi/lib/dna.php
29
30
cp DomainNameApi/DomainNameAPI_PHPLibrary.php wisecp-dna/coremio/modules/Registrars/DomainNameAPI/api.php
31
+ cp DomainNameApi/DomainNameAPI_PHPLibrary.php clientexec-dna/api.php
32
+
30
33
31
34
- name : Commit and push changes
32
35
env :
33
36
PAT : ${{ secrets.HOSTBILL_DNA_PAT }}
34
37
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
36
39
cd $repo
37
40
git config user.name "DomainNameApi"
38
41
git config user.email "info@domainnameapi.com"
You can’t perform that action at this time.
0 commit comments