Skip to content

Commit a27d193

Browse files
committed
Fix condition
1 parent e7bf700 commit a27d193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Set up WireGuard
7474
uses: inpsyde/actions/setup-wireguard@v1
75-
if: ${{ secrets.WIREGUARD_CONFIGURATION }}
75+
if: ${{ secrets.WIREGUARD_CONFIGURATION != '' }}
7676
with:
7777
wireguard-configuration: ${{ secrets.WIREGUARD_CONFIGURATION }}
7878

0 commit comments

Comments
 (0)