Skip to content

Setup blogc environment

Actions
Setup a blogc environment and add it to the PATH
v1.0.4
Latest
Star (1)

setup-blogc v1

Test

This action sets up a blogc environment for use in actions by building it (if not found in cache) and adding the binaries to PATH.

Usage

See action.yml

Setup latest stable release

steps:
  - uses: blogc/setup-blogc@v1

or

steps:
  - uses: blogc/setup-blogc@v1
    with:
      blogc-version: LATEST

Setup latest Git commit from main branch (Git HEAD)

steps:
  - uses: blogc/setup-blogc@v1
    with:
      blogc-version: HEAD

Setup specific release

steps:
  - uses: blogc/setup-blogc@v1
    with:
      blogc-version: 0.20.1

Detect installed version

steps:
  - uses: blogc/setup-blogc@v1
    id: blogc

  - run: echo ${{ steps.blogc.outputs.blogc-version }}

License

The scripts and documentation in this project are released under the BSD 3-Clause License

Setup blogc environment 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.

About

Setup a blogc environment and add it to the PATH
v1.0.4
Latest

Setup blogc environment 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.