Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicDin committed Apr 19, 2024
1 parent 81fcc23 commit 2b5811a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/image-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
lxd-channel:
description: LXD snap channel to install
default: 5.21/stable
lxd-imagebuilder:
lxd-imagebuilder-channel:
description: LXD imagebuilder snap channel to install
default: latest/edge
# go-version:
Expand Down Expand Up @@ -46,10 +46,10 @@ runs:
xz-utils \
zstd
- name: Setup LXD Imagebuilder ${{ inputs.lxd-channel }}
- name: Setup LXD Imagebuilder ${{ inputs.lxd-imagebuilder-channel }}
shell: bash
run: |
sudo snap install lxd-imagebuilder --channel=${{ inputs.lxd-channel }}
sudo snap install lxd-imagebuilder --channel=${{ inputs.lxd-imagebuilder-channel }}
lxd-imagebuilder --version
- name: Setup LXD ${{ inputs.lxd-channel }}
Expand Down

0 comments on commit 2b5811a

Please sign in to comment.