LemontechSA / action-drone

Action to install drone-cli and make it available to further steps

Home Page:https://github.com/drone/drone-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action-drone

Action to install drone-cli and make it available to further steps

Usage

Example

name: Test

on:
  push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: LemontechSA/action-drone@v1
        with:
          version: '0.8.1'
      - run: drone info
        env:
          DRONE_SERVER: ${{ secrets.DRONE_SERVER }}
          DRONE_TOKEN: ${{ secrets.DRONE_TOKEN }}

About

Action to install drone-cli and make it available to further steps

https://github.com/drone/drone-cli

License:MIT License


Languages

Language:TypeScript 91.9%Language:JavaScript 8.1%