mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-10 18:08:44 -04:00
Fix master-build.yml: remove zero-width spaces from GitHub Actions template syntax
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user