fix issue
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 42s
Tests / PHPUnit (push) Successful in 1m24s

This commit is contained in:
root
2026-08-19 23:51:27 -04:00
parent 049baf2cb4
commit 2bfb9b3aa1
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -30,10 +30,13 @@ jobs:
GITEA_PACKAGE_OWNER: ${{ secrets.GITEA_PACKAGE_OWNER }}
GITEA_PACKAGE_USER: ${{ secrets.GITEAPACKAGEUSER }}
GITEA_PACKAGE_TOKEN: ${{ secrets.GITEAPACKAGETOKEN }}
GIT_SSL_NO_VERIFY: 'true'
steps:
- name: Checkout
uses: actions/checkout@v4
env:
GIT_SSL_NO_VERIFY: 'true'
- name: Setup PHP
uses: shivammathur/setup-php@v2
+2
View File
@@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
env:
GIT_SSL_NO_VERIFY: 'true'
- name: Setup PHP
uses: shivammathur/setup-php@v2