Browse Source

Removed unused input

fix-beta
Álison Fernandes 1 year ago
parent
commit
cf5acaf9bd
No known key found for this signature in database
GPG Key ID: B8CE98903DFC87BC
  1. 6
      .github/workflows/build-beta.yml

6
.github/workflows/build-beta.yml

@ -2,12 +2,6 @@ name: Build Beta @@ -2,12 +2,6 @@ name: Build Beta
on:
workflow_dispatch:
inputs:
ref:
description: 'Branch or tag to build'
required: true
default: 'main'
type: string
env:
main_app_folder_path: src/App

Loading…
Cancel
Save