From 854a36e048cd07c5cb6c47e47605f2a5922bb72e Mon Sep 17 00:00:00 2001 From: Simon Spannagel Date: Sun, 15 Aug 2021 19:37:13 +0200 Subject: [PATCH] Rever changes made by linter to github workflow yaml --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19152ac..7e855b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,4 @@ jobs: run: pip3 install ansible-base - name: Trigger a new import on Galaxy. - run: >- - ansible-galaxy role import - --api-key ${{ secrets.GALAXY_API_KEY }} - $(echo ${{ github.repository }} | cut -d/ -f1) - $(echo ${{ github.repository }} | cut -d/ -f2) + run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)