From eaef2fe6cbb9729358fb9ee2bdbb4e8ab0f78928 Mon Sep 17 00:00:00 2001 From: Ales Krenek Date: Mon, 8 Apr 2024 12:01:27 +0200 Subject: [PATCH] x8 --- .github/workflows/deploy-test.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index 06a7127..3dfdd11 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -1,4 +1,4 @@ -#! vim: ts=2: +#! vim: ts=2 expandtab: name: deploy-test @@ -7,8 +7,10 @@ on: [ workflow_dispatch ] jobs: call-common: runs-on: ubuntu-latest - uses: ./.github/workflows/deploy-common.yaml - with: - destination: 'usegalaxy-test.blablabla' + steps: + - name: Call common + uses: ./.github/workflows/deploy-common.yaml + with: + destination: 'usegalaxy-test.blablabla'