ci-workflow-added-by-devops
Some checks failed
Test Gitea Actions Workflow / test (push) Failing after 11s

This commit is contained in:
WdiplGit
2025-11-28 19:26:44 +00:00
parent d7a93a40ab
commit 946ffe86f1

View File

@@ -25,10 +25,10 @@ jobs:
BRANCH_NAME: ${{ github.ref_name }} BRANCH_NAME: ${{ github.ref_name }}
with: with:
host: ${{ secrets.HOST }} host: ${{ vars.NODE_SERVER_HOST }}
username: pythondevs username: ${{ vars.NODE_SERVER_USER }}
password: ${{ secrets.PASSWORD }} password: ${{ vars.NODE_SERVER_PASSWORD }}
port: ${{ secrets.PORT }} port: ${{ vars.NODE_SERVER_PORT }}
script: | script: |
echo "Incoming Branch : $BRANCH_NAME" echo "Incoming Branch : $BRANCH_NAME"