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
1 parent 17ca053 commit 223c290
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "Database: ${{ github.event.inputs.logLevel }}"
echo "VPC: ${{ github.event.inputs.tags }}"
echo "Database: ${{ github.event.inputs.database }}"
echo "VPC: ${{ github.event.inputs.vpc }}"
printFromEnv:
runs-on: ubuntu-latest
steps:
- run: |
echo "Database is $DATABASE"
echo "VPC is $VPC"
env:
DATABASE: ${{ github.event.inputs.database }}
VPC: ${{ github.event.inputs.vpc }}

0 comments on commit 223c290

Please sign in to comment.