Skip to content

Reset debug options to standard settings. #27

Reset debug options to standard settings.

Reset debug options to standard settings. #27

Workflow file for this run

name: Setup Script Test
on:
push:
branches: [ main ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
required: false
description: 'Manually test Setup test'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ${{ github.workspace }}/setup.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}