You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NB: The `{{deps}}` variable substitution is only performed when needed - if your action doesn't contain `{{deps}}`, jpm won't resolve the classpath, making execution faster for simple actions that don't require dependencies.
156
157
157
-
The `{{deps}}` variable substitution is only performed when needed - if your action doesn't contain `{{deps}}`, jpm won't resolve the classpath, making execution faster for simple actions that don't require dependencies.
158
+
NB2: These actions are just a very simple convenience feature. For a much more full-featured cross-platform action runner I recommend taking a look at:
159
+
160
+
- [Just](https://github.com/casey/just) - Just a command runner
158
161
159
162
## Installation
160
163
@@ -199,8 +202,8 @@ Commands:
199
202
dependencies to the target directory while at the same time
200
203
removing any artifacts that are no longer needed (ie the ones
201
204
that are not mentioned in the app.yml file). If no artifacts
202
-
are passed the app.yml file will be left untouched and only
203
-
the existing dependencies in the file will be copied.
205
+
are passed the app.yml file will be left untouched and only the
0 commit comments