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:
parent
ac35c44bc2
commit
bc8a24bea4
2
.github/workflows/master-build.yml
vendored
2
.github/workflows/master-build.yml
vendored
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user