This is a python program based on Git Actions modified to automatically generate development actions via Microsoft Graph API like a real developer in order to active Microsoft Office 365 E5 Developer Trail subscription auto renew.
This repo may lead to unknown issues, problems, information leaks, etc.
Use at your own risk.
The author DO NOT provide help or further assistance for personal reasons.
Please DO NOT open issues or PR over this project, I do not have enough time to respond due to personal reasons, thanks for understanding.
GitAction skipp problem(zhtok#4) fixed. (thanks for notifying)
- Nodejs version is incompatible with the code in
main.py
. - Certain MS Graph APIs are updated with slightly changes.
Major changes are made:
- Remove
main.py
- New
test.py
- New
autoTestApi.yml
- Import
random
to generate the number of tests instead of fixed 10 times for each action. - From
ubuntu-latest
toubuntu-22.04
- From
actions/setup-python@v2
toactions/setup-python@v4