Skip to content

Test of steps

Test of steps #3

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: Print Folder
run: echo "Working in ${{ inputs.folder }}"
terraform_2:
- name: Print Folder

Check failure on line 23 in .github/workflows/reusable-terraform-plan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/reusable-terraform-plan.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
run: echo "Working in 2_${{ inputs.folder }}"