Use dotfiles' dotfiles-command to manage the dotfiles deployment
- name: Update to latest dotfiles
uses: gbraad-dotfiles/dotfiles-action@main
with:
action: updateNote
This action does not rely on the installation of the dotfiles. Since it uses the dot-action](https://github.com/gbraad-dotfiles/dot-action), it pulls the latest stable version of the dotfiles repository when needed, and uses this to manage the deployment of the dotfiles. It is however possible to use the install-action to ensure the dotfiles are installed before using this action.
Have a look here for an example workflows.