Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 34cc083

Browse files
committed
.github/workflows/branch-destroy.yml - fix bad variable
1 parent a01fd61 commit 34cc083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.11
1919
architecture: x64
2020
- run: pip install dokkusd
21-
- run: python -m dokkusd.cli destroy --appname ${{ vars.DOKKU_BRANCH_APP_NAME_PREFIX }}-${{ github.event.ref }}
21+
- run: python -m dokkusd.cli destroy --appname ${{ vars.DOKKUSD_BRANCH_APP_NAME_PREFIX }}-${{ github.event.ref }}
2222
env:
2323
DOKKUSD_REMOTE_HOST: ${{ vars.DOKKUSD_BRANCH_REMOTE_HOST }}
2424
DOKKUSD_REMOTE_PORT: ${{ vars.DOKKUSD_BRANCH_REMOTE_PORT }}

0 commit comments

Comments
 (0)