Skip to content

Commit

Permalink
fix: ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Oct 2, 2024
1 parent 576df4c commit c015d81
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/actions/install-uds-cli/action.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Install UDS CLI
description: installs uds-cli from brew
description: installs uds-cli


inputs:
udsCliVersion:
description: The uds-cli version to install
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
default: 0.16.0

runs:
using: composite
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@c4fb4dcc8c58d57ae2e382a04d5444995c9c1917 # master

- name: Set UDS CLI Arch
id: setUdsCliArch
shell: bash
Expand Down

0 comments on commit c015d81

Please sign in to comment.