ci: fix workflow indentation

This commit is contained in:
2026-09-07 14:40:41 +07:00
parent c776bc3570
commit 08275d264c
+16 -5
View File
@@ -1,13 +1,24 @@
name: CI/CD Pipeline to Rancher - SIDATA
on:
push:
branches:
- main
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Test Gitea Action
shell: bash
run: |
echo "=========================================="
echo "SIDATA ACTION BERJALAN"
echo "=========================================="
echo "Repository: $GITHUB_REPOSITORY"
echo "Branch: $GITHUB_REF"
echo "Commit: $GITHUB_SHA"
env:
HTTP_PROXY: http://10.15.3.20:80