Setup Tfenv
ActionsTags
(2)Set up your GitHub Actions workflow with tfenv
name: Terrafy with tfenv
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rhythmictech/[email protected]
Setup Tfenv is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.