mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
Fix: Switch to an updated branch of postfix_exporter
This commit is contained in:
parent
b957465e02
commit
d0e4572fc9
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ runs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: kumina/postfix_exporter
|
repository: Hsn723/postfix_exporter # Hsn723 repo is actually being updated
|
||||||
path: 'postfix_exporter'
|
path: 'postfix_exporter'
|
||||||
ref: 'a6f58e9b2b2b4decc7e65c5a34b4fd53cd6665f1' # Latest commit we know that works
|
ref: 'v0.7.0' # Latest commit we know that works
|
||||||
|
|
||||||
- name: Apply patches
|
- name: Apply patches
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue