Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 715 Bytes

File metadata and controls

19 lines (13 loc) · 715 Bytes

Setup Dapr CLI

Install a specific version of Dapr CLI on a GitHub Actions runner

Acceptable values are any semantic version string like 1.2.0. Use this action in workflow to define which version of Dapr will be used.

- uses: dapr/setup-dapr@v1
  with:
    version: '<version>' # default is 1.2.0
  id: install

The cached Dapr CLI path is added to the PATH environment variable as well as stored in the dapr-path output variable. Refer to the action metadata file for details about all the inputs https://github.com/dapr/setup-dapr/blob/main/action.yml

Code of Conduct

Please refer to our Dapr Community Code of Conduct