File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -96,9 +96,8 @@ sudo ./install.sh
9696
9797To 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
104103sudo systemctl reload postfix
You can’t perform that action at this time.
0 commit comments