We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb4831 commit 1d3e5e2Copy full SHA for 1d3e5e2
.github/workflows/build_awg_linux.yml
@@ -13,14 +13,14 @@ jobs:
13
contains(github.event.head_commit.message, '[linux-awg]') ||
14
contains(github.event.head_commit.message, '[wireguard]')
15
16
- name: "WireGuard for MacOS"
+ name: "WireGuard for Linux"
17
steps:
18
19
- name: 'Get Amnezia WireGuard'
20
uses: actions/checkout@v3
21
with:
22
repository: amnezia-vpn/amnezia-wg
23
- ref: advanced-security
+ ref: master
24
path: amnezia-wg
25
26
- name: 'Run build script'
0 commit comments