Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaDananjaya authored Apr 26, 2024
1 parent 5392235 commit 9516e7f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/abc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
name: Verify jalien-setup
on:
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'information'
type: choice
options:
- information
- debug
- warning
- critical
tags:
description: 'Purpose of Run This Workflow?'
required: true
type: string
jobs:
test-jalien-setup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9516e7f

Please sign in to comment.