Fixed a missing refactor for the actions -> tasks thing. #22

Merged
merged 2 commits into from Nov 22, 2016

Conversation

Projects
None yet
2 participants
Collaborator

petevg commented Nov 22, 2016

tests/glitch/test_glitch
@@ -4,4 +4,4 @@ tests:
description: Glitch an already deployed bundle
rules:
- do:
- action: matrix.plugins.glitch.glitch
+ action: matrix.tasks.glitch.glitch
@johnsca

johnsca Nov 22, 2016

Owner

This should work as-is, but could also be written as matrix.tasks.glitch

@johnsca johnsca merged commit 437fa12 into master Nov 22, 2016

@petevg petevg deleted the bug/fix-stray-actions branch Dec 20, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment