Get dove
ActionsTags
(2)This GitHub Action delivers specified dove
release for a Move language.
version
- specified version of the release. Optional. Default value islatest
.token
- GITHUB_TOKEN. Optional.
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.