Skip to content

Warning

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

Get dove

Actions
Download dove tool for move-lang
v1.0.2
Star (2)

Get dove Action

This GitHub Action delivers specified dove release for a Move language.

Parameters

  • version - specified version of the release. Optional. Default value is latest.
  • token - GITHUB_TOKEN. Optional.

Usage Example

Download the latest version of dove

- name: get dove
  uses: pontem-network/get-dove@main

Download a specific version of dove

- name: get dove
  uses: pontem-network/get-dove@main
  with:
    version: 1.2.2

Download a specific version of dove and token

- name: get dove
  uses: pontem-network/get-dove@main
  with:
    version: 1.2.0
    token: ${{ secrets.GITHUB_TOKEN }}

Get dove 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.

About

Download dove tool for move-lang
v1.0.2

Get dove 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.