update gitea ref name for branch name
Some checks failed
Test Gitea Actions Workflow / react_deploy (push) Failing after 10s
Some checks failed
Test Gitea Actions Workflow / react_deploy (push) Failing after 10s
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
name: Test Gitea Actions Workflow
|
||||
|
||||
on:
|
||||
@@ -22,7 +21,7 @@ jobs:
|
||||
uses: appleboy/ssh-action@v1
|
||||
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.ref_name }}
|
||||
BRANCH_NAME: ${{ gitea.ref_name }}
|
||||
|
||||
with:
|
||||
host: ${{ vars.NODE_SERVER_HOST }}
|
||||
|
||||
Reference in New Issue
Block a user