Skip to content

Commit

Permalink
Fixes copy/paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Nov 16, 2023
1 parent 6df1a1b commit 886453e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@main
with:
channel: 5.0/stable
channel: 5.17/stable
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
Expand All @@ -59,7 +59,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
with:
name: tested-charm
path: .tox/**/namecheap-acme-operator_ubuntu-22.04-amd64.charm
path: .tox/**/httpreq-acme-operator_ubuntu-22.04-amd64.charm
retention-days: 5
- name: Archive charmcraft logs
if: failure()
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
name: tested-charm
- name: Move charm in current directory
run: find ./ -name namecheap-acme-operator_ubuntu-22.04-amd64.charm -exec mv -t ./ {} \;
run: find ./ -name httpreq-acme-operator_ubuntu-22.04-amd64.charm -exec mv -t ./ {} \;
- name: Select Charmhub channel
uses: canonical/charming-actions/channel@2.4.0
id: channel
Expand Down

0 comments on commit 886453e

Please sign in to comment.