Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Feb 8, 2024
1 parent 480b5b5 commit f0e0a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ runs:
if: always()
working-directory: ./ansible-playbooks
shell: bash
run: ansible-playbook clean-up.yml --extra-vars "@vars.yml" || :
run: |
ansible-playbook clean-up.yml --extra-vars "@vars.yml" || :

0 comments on commit f0e0a42

Please sign in to comment.