From dce2029de65bcbd0528a3f91205db5d2adda93c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mu=CC=88hlebach?= Date: Thu, 30 May 2024 09:53:22 +0200 Subject: [PATCH] use action from remote --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index aa7d0a2..808e3fc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,7 +6,7 @@ jobs: name: A job to say hello steps: - name: Hello world action step - uses: baloise-incubator/gitopscli-action/.github/actions/gitopscli/action.yaml@main # Uses an action in the root directory + uses: baloise-incubator/gitopscli-action@main # Uses an action in the root directory id: GitOpsCli with: command: '-h'