This action is based on ubuntu:bionic image.
You can execute all Ansible Vault related actions i.e.
You can also execute standard Linux commands as base Docker image is ubuntu.
Required Command to execute. Default "ansible-vault".
Required Your vault key. Default ''.
uses: anthonykgross/ansible-vault-cli-github-action@v1
with:
vault_key: ${{ secrets.vault_key }}
command: "ansible-vault decrypt foo.yml"