Commit 9871ea1
committed
Add functionality to store workflow runs state in JSON file
Related to #27
Add functionality to store the state of workflow runs in a JSON file.
* **README.md**
- Add a new section to describe the functionality related to storing the state of workflow runs in a JSON file.
- Mention the `workflow_runs.json` file and the values it includes.
* **.github/workflows/create-repo.yml**
- Add a step to clone the current repository.
- Add a step to create or update the `workflow_runs.json` file.
- Add a step to commit and push the `workflow_runs.json` file.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/code2docs-ai/code2docs-ai-core/issues/27?shareId=XXXX-XXXX-XXXX-XXXX).1 parent 0c1258f commit 9871ea1
2 files changed
+30
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
0 commit comments