Setup blogc environment
ActionsThis action sets up a blogc environment for use in actions by building it (if not found in cache) and adding the binaries to PATH
.
See action.yml
steps:
- uses: blogc/setup-blogc@v1
or
steps:
- uses: blogc/setup-blogc@v1
with:
blogc-version: LATEST
steps:
- uses: blogc/setup-blogc@v1
with:
blogc-version: HEAD
steps:
- uses: blogc/setup-blogc@v1
with:
blogc-version: 0.20.1
steps:
- uses: blogc/setup-blogc@v1
id: blogc
- run: echo ${{ steps.blogc.outputs.blogc-version }}
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.