Sha256: 8b9cdb7136b7ccaa371c4fb13ad630fc45af6ef2e929020c560a66d3f5a67d2a
Contents?: true
Size: 712 Bytes
Versions: 4
Compression:
Stored size: 712 Bytes
Contents
name: Build package description: Build the SDK package inputs: ruby: description: The Ruby version to use required: false default: 3.2 bundle-path: description: The path to the bundle cache required: false default: vendor/bundle bundler-cache: description: Whether to use the bundler cache required: false default: true runs: using: composite steps: - name: Configure Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ inputs.ruby }} bundler-cache: ${{ inputs.bundle-cache }} - name: Install dependencies run: bundle check || bundle install shell: bash env: BUNDLE_PATH: ${{ inputs.bundle-path }}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
auth0-5.18.0 | .github/actions/setup/action.yml |
auth0-5.16.0 | .github/actions/setup/action.yml |
auth0-5.15.0 | .github/actions/setup/action.yml |
auth0-5.14.2 | .github/actions/setup/action.yml |