Possible to execute 2 CL commands in local actions.json ? #3145
-
|
The current workflow copies the local Git RPGLE file to the IFS, where it is compiled directly from the stream file. However, the corresponding source member in the IBM i PDM source physical file (e.g., QRPGLESRC) is never updated, leaving it out of sync. I read something like this works to update source files: Is it possible to execute 2 CL commands in local actions.json ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Absolutely. Actions can run multiple commands, separated by a new line character. |
Beta Was this translation helpful? Give feedback.
Absolutely. Actions can run multiple commands, separated by a new line character.
If you use the action editor, just put the command on a new line. If you're editing the json file, separate the commands with
\n.