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
This repository contains various StackSpot Actions that can be used to automate processes in CI/CD pipelines. Additionally, there is a main action that orchestrates the execution of the other actions, simplifying the integration and management of multiple tasks in a single workflow.
4
+
5
+
## Repository Structure
6
+
7
+
8
+
## Requirements
9
+
10
+
Before using the actions in this repository, ensure that you have the following requirements:
11
+
12
+
* StackSpot CLI installed and configured.
13
+
14
+
## How to Use
15
+
16
+
### Deploy
17
+
18
+
```bash
19
+
stk run action <path-where-u-cloned-the-repository> \
0 commit comments