GitHub Action
Setup Bend
v1.3
Latest version
This GitHub Action will setup a Bend environment for you. It should work on Github macos
, ubuntu
, and Windows
runners.
It's quite simple to use hustcer/setup-bend
, just follow the example below:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bend
uses: hustcer/setup-bend@v1
- name: Check Bend Version
run: |
bend --version
Or, check the test.yaml example.
In rare circumstances you might get rate limiting errors, if this happens you can set the GITHUB_TOKEN
environment variable.
- uses: hustcer/setup-bend@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Currently no input required
Licensed under:
- MIT license (LICENSE or http://opensource.org/licenses/MIT)