Skip to content

GATest

GATest #3

Workflow file for this run

name: GATest
on:
workflow_dispatch:
inputs:
environment:
description: 'Environment to run tests against'
type: environment
required: true
jobs:
state_event_type:
runs-on: ubuntu-latest
steps:
- name: environment
run: echo ${{inputs.environment}}