Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.18 KB

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/[email protected]

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