deploy on gitea workflow #3
@@ -10,7 +10,8 @@ jobs:
|
||||
- run: echo "🏗️ Creating secrets..."
|
||||
- name: 🧼 Cleaning ref name
|
||||
run: |
|
||||
CLEAN_REF_NAME=${GITEA_REF_NAME//\//-}
|
||||
ORIGINAL_REF_NAME="${{ gitea.ref_name }}"
|
||||
CLEAN_REF_NAME=${ORIGINAL_REF_NAME//\//-}
|
||||
echo "Clean ref name: $CLEAN_REF_NAME"
|
||||
- name: Execute Remote SSH Commands
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
|
||||
Reference in New Issue
Block a user