Running Additional Commands

Actions run inside Python slim containers. To add extra bash scripts to be executed in the container, create any of the following files in the root path of the action and include them there.

  • pre-script.sh: runs before the action dependencies installation.

  • post-script.sh: runs after the action dependencies installation.

Updated on