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: