terraform/.forgejo/workflows/non-lab.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 10: cannot unmarshal !!str `tofu init` into model.Step
2024-09-02 10:39:05 +02:00

10 lines
137 B
YAML

on:
- push
jobs:
init:
runs-on: docker
container:
image: ghcr.io/opentofu/opentofu:1.7.2
steps:
- tofu init