Skip to content

Validate and Release Terraform Module #3

Validate and Release Terraform Module

Validate and Release Terraform Module #3

---
name: Validate and Release Terraform Module
on:
workflow_dispatch:
inputs:
release-tag:
required: true
type: string
release-message:
required: true
type: string
jobs:
Release-Terraform:

Check failure on line 14 in .github/workflows/release-terraform.yaml

View workflow run for this annotation

GitHub Actions / Validate and Release Terraform Module

Invalid workflow file

The workflow is not valid. .github/workflows/release-terraform.yaml (Line: 14, Col: 3): The workflow must contain at least one job with no dependencies.
if: github.event.ref == 'refs/heads/main'
name: Release
needs: Validate-Terraform
uses: stuttgart-things/stuttgart-things/.github/workflows/call-release-module.yaml@main
with:
module-name: flux2-cluster-bootstrap
tag-name: "${{ github.event.inputs.release-tag }}"
release-message: "${{ github.event.inputs.release-message }}"
environment-name: k8s
runs-on: ghr-flux2-cluster-bootstrap-labda-test
continue-error: false