We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bf700 commit a27d193Copy full SHA for a27d193
.github/workflows/deploy-deployer.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Set up WireGuard
74
uses: inpsyde/actions/setup-wireguard@v1
75
- if: ${{ secrets.WIREGUARD_CONFIGURATION }}
+ if: ${{ secrets.WIREGUARD_CONFIGURATION != '' }}
76
with:
77
wireguard-configuration: ${{ secrets.WIREGUARD_CONFIGURATION }}
78
0 commit comments