Skip to content
terminal

GitHub Action

Install yb

v1.0.2 Latest version

Install yb

terminal

Install yb

Install the YourBase build tool

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Install yb

uses: yourbase/install-yb-action@v1.0.2

Learn more about this action in yourbase/install-yb-action

Choose a version

Install yb GitHub Action

This GitHub Action installs yb, the YourBase build tool, into your GitHub Action runner.

Usage

name: Build
jobs:
  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
    - name: Check out code
      uses: actions/checkout@v2
    - name: Install yb
      uses: yourbase/install-yb-action@v1
      with:
        # Pin to a specific version of yb. If omitted, defaults to the latest release.
        version: v0.6.3
    - name: Build
      run: yb build

Inputs

version

Version tag of yb to install (like v0.6.1)

token

GitHub access token to use inside the yb build environment. Defaults to ${{ github.token }}.

Contributing

We welcome contributions to this project! Please see the contributor's guide for more information.

License

This project is licensed under an Apache 2.0 license.