Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
code

GitHub Action

Setup Bend

v1

Setup Bend

code

Setup Bend

A github action to setup Bend environment

Installation

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

              

- name: Setup Bend

uses: hustcer/setup-bend@v1

Learn more about this action in hustcer/setup-bend

Choose a version

Setup Bend Action

中文说明

Setup-Bend@Dev

This GitHub Action will setup a Bend environment for you. It should work on Github macos, ubuntu, and Windows runners.

Usage

Basic

It's quite simple to use hustcer/setup-bend, just follow the example below:

steps:
  - name: Checkout
    uses: actions/checkout@v4.1.7

  - 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 }}

Inputs

Currently no input required

License

Licensed under: