Skip to content

Tvs test branch

Tvs test branch #1

name: On PR
on:
pull_request:
branches:
- main
jobs:
terraformsentinalcheck:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/pr-check-tf-plan.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-check-tf-plan.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: "${{ secrets.GITHUBACCESSTOKEN }}"
- name: Git config
run: |
git config --global user.email "[email protected]"
git config --global user.name "Infrastructure Pipeline"
- name: Infra Deployment Started
run: |
echo "Job started"