From 4d42362debdf472ae2747bc647e2e9ee8b3f31ec Mon Sep 17 00:00:00 2001 From: Andrew Scribner Date: Tue, 7 Nov 2023 14:16:31 +0200 Subject: [PATCH] fix yaml --- .../bundle_test_actions_operator.yaml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/bundle_test_actions_operator.yaml b/.github/workflows/bundle_test_actions_operator.yaml index b66d28d9..3085b4ed 100644 --- a/.github/workflows/bundle_test_actions_operator.yaml +++ b/.github/workflows/bundle_test_actions_operator.yaml @@ -15,20 +15,20 @@ jobs: runs-on: [self-hosted, linux, X64, jammy, two-xlarge] timeout-minutes: 200 steps: - - uses: actions/checkout@v3 - - name: Setup operator environment - uses: charmed-kubernetes/actions-operator@main - with: - provider: microk8s - channel: 1.25-strict/stable - juju-channel: 3.1/stable - charmcraft-channel: latest/candidate + - uses: actions/checkout@v3 + - name: Setup operator environment + uses: charmed-kubernetes/actions-operator@main + with: + provider: microk8s + channel: 1.25-strict/stable + juju-channel: 3.1/stable + charmcraft-channel: latest/candidate - - name: echo - run: echo hello world + - name: echo + run: echo hello world - - name: microk8s status - run: microk8s status + - name: microk8s status + run: microk8s status - - name: juju version - run: juju version \ No newline at end of file + - name: juju version + run: juju version \ No newline at end of file