Sha256: 367af398d809e85f91dd0362840284d24c77f5cae0870de42ec0f1fbc20ba44f

Contents?: true

Size: 349 Bytes

Versions: 4

Compression:

Stored size: 349 Bytes

Contents

name: Pull Request Plan

on:
  - pull_request

jobs:
  run:
    runs-on: ubuntu-latest

    env:
<%= plugin_env_vars(indent: 6) -%>
      GH_TOKEN: ${{ secrets.GH_TOKEN }}
      TS_ENV: dev
      TS_TOKEN: ${{ secrets.TS_TOKEN }}

    steps:
<%= partial "init_steps.yml" -%>

    - name: Terraspace Command
      run: |
        terraspace plan demo

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
terraspace_ci_github-0.1.3 lib/template/.github/workflows/pull_request.yml.tt
terraspace_ci_github-0.1.2 lib/template/.github/workflows/pull_request.yml.tt
terraspace_ci_github-0.1.1 lib/template/.github/workflows/pull_request.yml.tt
terraspace_ci_github-0.1.0 lib/template/.github/workflows/pull_request.yml.tt