Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Create deploy.yml

Create deploy.yml #1

Workflow file for this run

name: Deploy
on:
workflow_call:
inputs:
environment:
required: true
type: string
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

Check failure on line 16 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
]
- name: Terraform try
run: echo "Deploying ${{ inputs.environment }}"