Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make autorestic configuration file path configurable #13

Merged
merged 3 commits into from
May 18, 2024
Merged

feat: Make autorestic configuration file path configurable #13

merged 3 commits into from
May 18, 2024

Commits on May 18, 2024

  1. feat: Make autorestic configuration file path configurable

    This commit updates the autorestic configuration file path to use the `autorestic_config_file` variable instead of hardcoding `~/.autorestic.yml`. This change allows for greater flexibility and customization in specifying the location of the configuration file.
    micxer committed May 18, 2024
    Configuration menu
    Copy the full SHA
    35276b5 View commit details
    Browse the repository at this point in the history
  2. chore: Use latest versions of GitHub Actions

    This commit updates the GitHub Actions workflow file to use version v24 of ansible/ansible-lint instead of the archived version v6 ansible/ansible-lint-action. Also it update the action/checkout to v4.
    micxer committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8a83a38 View commit details
    Browse the repository at this point in the history
  3. docs: add new contributor

    dbrennand committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a99ef26 View commit details
    Browse the repository at this point in the history