Fix: Switch to an updated branch of postfix_exporter

This commit is contained in:
Bojan Čekrlić 2025-01-26 16:56:06 +01:00
parent b957465e02
commit d0e4572fc9

View file

@ -15,9 +15,9 @@ runs:
- name: Checkout
uses: actions/checkout@v4
with:
repository: kumina/postfix_exporter
repository: Hsn723/postfix_exporter # Hsn723 repo is actually being updated
path: 'postfix_exporter'
ref: 'a6f58e9b2b2b4decc7e65c5a34b4fd53cd6665f1' # Latest commit we know that works
ref: 'v0.7.0' # Latest commit we know that works
- name: Apply patches
shell: bash