Sha256: 09c73e22136f3eeb9931f12276ffee438195bd7f4b2574c9c6d2c394459e147c

Contents?: true

Size: 300 Bytes

Versions: 4

Compression:

Stored size: 300 Bytes

Contents

    - name: Checkout
      uses: actions/checkout@v3

    - name: Install Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 3.1
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically

    - name: Install
      run:
        .github/bin/install

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
terraspace_ci_github-0.1.3 lib/template/partials/init_steps.yml
terraspace_ci_github-0.1.2 lib/template/partials/init_steps.yml
terraspace_ci_github-0.1.1 lib/template/partials/init_steps.yml
terraspace_ci_github-0.1.0 lib/template/partials/init_steps.yml