We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46183e4 + 2cbb618 commit 0dca41cCopy full SHA for 0dca41c
1 file changed
README.md
@@ -29,7 +29,7 @@ The idea was born from the need to use a different environment. To use a differe
29
# lets run against the integration environment at 15 past the hour
30
15 * * * * %env=int
31
# run QA too
32
-30 * * * * %%env=qa
+30 * * * * %env=qa
33
```
34
35
Yes, of course you can set multiple parameters. Lets say you have three parameters:
0 commit comments