Scripts/update.py

8 lines
235 B
Python

# 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
}
)