action-terraform-plan

Test reviewdog depup release GitHub release (latest SemVer) action-bumpr supported

This repo contains a action to run terraform plan:

Input

inputs:
  ...

Usage

name: Pull Request
on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
  workflow_dispatch:

jobs:
  linting:
    runs-on: ubuntu-latest
    steps:
      - name: Terraform Plan
        uses: makramjandar/action-terraform-plan@main
        with:
          ...

Development

Release

You can bump version on merging Pull Requests with specific labels (bump:major,bump:minor,bump:patch). Pushing tag manually by yourself also work.

This action updates major/minor release tags on a tag push. e.g. Update v1 and v1.2 tag when released v1.2.3. ref: https://help.github.com/en/articles/about-actions#versioning-your-action