macxred / cashctrl_ledger

Implementation of the abstract pyledger.LegderEngine interface with CashCtrl accounting service.
MIT License
0 stars 0 forks source link

Feat/add script to restore initial state #28

Closed AlexTheWizardL closed 4 months ago

AlexTheWizardL commented 4 months ago

Pull Request: Added script to restore initial state

Description

This pull request updates the GitHub Actions workflow to run the reset_default script nightly.

Changes

  1. Workflow Triggers:
    • The workflow will now run:
    • Nightly at 03:00 UTC.
  2. Reset default cashCtrl api Account
    • The script restores initial state

Additional Notes

@lasuk Please review the changes and verify that the workflow correctly meets the project requirements. If there are any issues or suggestions for improvement, feel free to provide feedback.

lasuk commented 4 months ago

@AlexTheWizardL: FYI, I've combined (squashed) your commits c3e9521 and 266fddb into a single commit de400ab.

lasuk commented 4 months ago

I've pushed a few minor changes as commit e0f4b29 to clarify and prettify the code. @AlexTheWizardL: Please shout if you disagree.