Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
milosbackonja committed Oct 28, 2021
0 parents commit 17ca053
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/manual.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
workflow_dispatch:
inputs:
database:
description: 'Choose DB'
required: true
default: 'warning'
vpc:
description: 'Choose VPC'
required: true
default: 'ppp'

jobs:
printInputs:
runs-on: ubuntu-latest
steps:
- run: |
echo "Database: ${{ github.event.inputs.logLevel }}"
echo "VPC: ${{ github.event.inputs.tags }}"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# INFRA

0 comments on commit 17ca053

Please sign in to comment.