Skip to content

blogc/setup-blogc

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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