Skip to content

Commit

Permalink
feat: sap_hana_ha reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmamula committed Jan 31, 2025
1 parent 53b1dea commit 4033fb8
Show file tree
Hide file tree
Showing 22 changed files with 2,514 additions and 2,198 deletions.
193 changes: 34 additions & 159 deletions .github/workflows/ansible_software_availability.yml

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions .github/workflows/sync_main_auto_updated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Sync Main to Main-Auto-Updated

on:
push:
branches:
- main

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Sync branches
run: |
git config user.name github-actions
git config user.email [email protected]
git checkout -b main-auto-updated
git fetch origin main
git reset --hard origin/main
git push origin main-auto-updated --force
Loading

0 comments on commit 4033fb8

Please sign in to comment.