Skip to content

Commit de6cbe3

Browse files
author
Juan Tirado
committed
Fix missing env.
1 parent 62aba09 commit de6cbe3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: actions/checkout@v3
1818
- name: Prepare environment
1919
shell: bash
20-
with:
21-
juju-channel: "3.0/stable"
20+
env:
21+
JUJU_CHANNEL: "3.0/stable"
2222
run: |
2323
sudo mkdir -p ~/.config
2424
sudo chown -R $USER:$USER ~/.config

0 commit comments

Comments
 (0)