From b956eb84a6f2118ab96b36b77866cca955a41b56 Mon Sep 17 00:00:00 2001 From: Ales Krenek Date: Mon, 8 Apr 2024 13:17:14 +0200 Subject: [PATCH] x17 --- .github/actions/deploy-common/action.yaml | 2 +- .github/workflows/deploy-test.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/deploy-common/action.yaml b/.github/actions/deploy-common/action.yaml index f30d7ca..8cc8b31 100644 --- a/.github/actions/deploy-common/action.yaml +++ b/.github/actions/deploy-common/action.yaml @@ -12,7 +12,7 @@ runs: using: 'composite' steps: - name: Checkout - use: actions/checkout@v2 + uses: actions/checkout@v2 - name: Test Ansible shell: bash diff --git a/.github/workflows/deploy-test.yaml b/.github/workflows/deploy-test.yaml index 8f07663..e21a949 100644 --- a/.github/workflows/deploy-test.yaml +++ b/.github/workflows/deploy-test.yaml @@ -8,9 +8,6 @@ jobs: call-common: runs-on: ubuntu-latest steps: - - name: checkout - uses: actions/checkout@v2 - - name: Call common uses: ./.github/actions/deploy-common with: