Scripts/update.py

8 lines
235 B
Python
Raw Normal View History

2023-11-26 23:54:52 +01:00
# Copy the code below into projects that should be version controlled
system.util.sendMessage('FactoryStack', 'Commit and Push',
payload = {
'project': system.project.getProjectName(),
'actor': actor,
'resources': resources
}
)