Skip to content

Update GitHub Action and PR template #2

Update GitHub Action and PR template

Update GitHub Action and PR template #2

Workflow file for this run

name: Terraform Module
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
TERRAFORM_MODULE:
# Terraform module workflow reference
uses: CiscoOpsStack/ops_stack_github_actions/.github/workflows/terraform_module.yml@main

Check failure on line 12 in .github/workflows/terraform.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/terraform.yml

Invalid workflow file

error parsing called workflow ".github/workflows/terraform.yml" -> "CiscoOpsStack/ops_stack_github_actions/.github/workflows/terraform_module.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
GH_PAT_TOKEN: "${{ secrets.GH_PAT_READ_TOKEN }}"
with:
TF_VERSION: 1.5.0