Merge branch 'dev'

This commit is contained in:
Adam Warner 2021-09-29 22:58:07 +01:00
commit d036e0d0c0
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 0 additions and 6 deletions

View File

@ -2,10 +2,6 @@ name: Build & Deploy custom image manually
on:
workflow_dispatch:
inputs:
branch:
description: "Name of Branch to base build on"
required: false
default: dev
name:
description: 'Name of tag'
required: true
@ -31,8 +27,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
- name: Run Tests
run: |
echo "Building ${ARCH}-${DEBIAN_VERSION}"