Skip to content

Rename reusable_main.yml to reusable-main.yml #1

Rename reusable_main.yml to reusable-main.yml

Rename reusable_main.yml to reusable-main.yml #1

Workflow file for this run

name: Reusable Terraform Plan
on:
workflow_call:
inputs:
folder:
description: 'Folder to use for the workflow'
required: true
type: string
jobs:
terraform:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Terraform
run: echo "Working in folder: ${{ inputs.folder }}"

Check failure on line 20 in .github/workflows/reusable-main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable-main.yml

Invalid workflow file

You have an error in your yaml syntax on line 20