1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-02-24 18:20:05 -05:00

Fix master-build.yml: remove zero-width spaces from GitHub Actions template syntax

This commit is contained in:
Walter Boring 2026-02-19 08:33:18 -05:00
parent ac35c44bc2
commit bc8a24bea4

View File

@ -43,7 +43,7 @@ jobs:
- name: Resolve Docker Tag
id: docker-tag
env:
BRANCH_NAME: ${{ steps.branch-name.outputs.current_branch }}
BRANCH_NAME: ${{ steps.branch-name.outputs.current_branch }}
run: |
#!/bin/bash
branch="${BRANCH_NAME}"