update gitea ref name for branch name
Some checks failed
Test Gitea Actions Workflow / react_deploy (push) Failing after 10s

This commit is contained in:
2025-11-28 19:39:20 +00:00
parent 3b40a11407
commit 7af0835a1f

View File

@@ -1,4 +1,3 @@
name: Test Gitea Actions Workflow name: Test Gitea Actions Workflow
on: on:
@@ -22,7 +21,7 @@ jobs:
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1
env: env:
BRANCH_NAME: ${{ github.ref_name }} BRANCH_NAME: ${{ gitea.ref_name }}
with: with:
host: ${{ vars.NODE_SERVER_HOST }} host: ${{ vars.NODE_SERVER_HOST }}