Skip to content

Add a workflow

Add a workflow #82

Workflow file for this run

name: 'Example'
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
call-workflow-graph:
uses: ./.github/workflows/graph.yml
strategy:
matrix:
path: [example/count]
with:
ref: ${{ github.head_ref }}
branch: ${{ github.head_ref }}
terraform-path: ${{ matrix.path }}
secrets: inherit