no longer a problem with release.txt file, right?
only:progress
This commit is contained in:
parent
652a3b8929
commit
73345ff28e
|
@ -155,9 +155,9 @@ jobs:
|
|||
matrix: ${{fromJson(needs.generate-matrix.outputs.matrix)}}
|
||||
|
||||
steps:
|
||||
- name: Check branch name
|
||||
if: ${{ contains(github.ref_name, '.') }}
|
||||
run: echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
|
||||
# - name: Check branch name
|
||||
# if: ${{ contains(github.ref_name, '.') }}
|
||||
# run: echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
|
||||
|
||||
- name: Set run condition variables 2
|
||||
run: |
|
||||
|
|
|
@ -84,12 +84,12 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Check branch name
|
||||
shell: bash
|
||||
if: ${{ contains(github.ref_name, '.') }}
|
||||
run: |
|
||||
: Check branch name
|
||||
echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
|
||||
# - name: Check branch name
|
||||
# shell: bash
|
||||
# if: ${{ contains(github.ref_name, '.') }}
|
||||
# run: |
|
||||
# : Check branch name
|
||||
# echo '::error::Branch names must not contain ".", this breaks firmware autoupdates. Branch name is "${{ github.ref_name }}".' && exit 1
|
||||
|
||||
- name: Mask Secrets
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue