Skip to content

Commit

Permalink
x17
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 85df637 commit b956eb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: 'composite'
steps:
- name: Checkout
use: actions/checkout@v2
uses: actions/checkout@v2

- name: Test Ansible
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b956eb8

Please sign in to comment.