Skip to content

Commit e37dec6

Browse files
committed
2025-10-13 01:55 UTC+0200 Damian Szlage (damian.szlage/at/driftzone.pl)
! /.github/workflows/build.yml ! Install GitHub CLI step ! /README.md ! Formatting fixes
1 parent c39cfee commit e37dec6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: Install GitHub CLI
16-
uses: cli/gh-action@v2
16+
run: |
17+
sudo apt update
18+
sudo apt install -y gh
1719
1820
- name: Checkout repository
1921
uses: actions/checkout@v3

ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,11 @@
5959
! /.github/workflows/build.yml
6060
+ Manage the "test" tag when use workflow_dispatch event
6161
+ Improved test release creation
62+
! /README.md
63+
! Formatting fixes
64+
65+
2025-10-13 01:55 UTC+0200 Damian Szlage (damian.szlage/at/driftzone.pl)
66+
! /.github/workflows/build.yml
67+
! Install GitHub CLI step
6268
! /README.md
6369
! Formatting fixes

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ sudo ./install.sh
9696

9797
To make Postfix rewrite SRS addresses for autoresponders, add to /etc/postfix/main.cf:
9898

99-
recipient_canonical_maps = tcp:127.0.0.1:10022
100-
101-
recipient_canonical_classes = envelope_recipient
99+
recipient_canonical_maps = tcp:127.0.0.1:10022
100+
recipient_canonical_classes = envelope_recipient
102101

103102
```bash
104103
sudo systemctl reload postfix

0 commit comments

Comments
 (0)