Skip to content

Commit 4c42725

Browse files
update README files
Signed-off-by: Guillaume Falourd <[email protected]>
1 parent 9b9915a commit 4c42725

File tree

3 files changed

+7
-32
lines changed

3 files changed

+7
-32
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Finally, you can check if the repository has been imported correctly by executin
5151

5252
*Formula to delete a repository from the user account*
5353

54+
- [Delete workflow logs](https://github.com/GuillaumeFalourd/formulas-github/tree/master/github/delete/workflow-logs): `rit github delete workflow-logs`
55+
56+
*Formula to delete aall workflow logs from a specific workflow file*
57+
5458
- [Get Github Repo Details](https://github.com/GuillaumeFalourd/formulas-github/tree/master/github/get/repo): `rit github get repo`
5559

5660
*Formula to get datas and contribution insights from a specific repository*
248 KB
Loading

github/delete/workflow-logs/README.md

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,14 @@
88
## Command
99

1010
```bash
11-
rit github trigger workflow
11+
rit github delete workflow-logs
1212
```
1313

1414
## Description
1515

16-
Formula to trigger through a command line a Github Actions workflow using a `repository_dispatch` or a `workflow_dispatch` event, on any repository the user has access to, with or without `client_payload` / inputs.
17-
18-
For the `workflow_dispatch` type, the formula allows to select the workflow and the branch to trigger during the command execution.
16+
Formula to delete through a command line all Github Actions workflow logs from a specific workflow.
1917

2018
## Demo
2119

22-
### 1️⃣ Repository Dispatch without `client_payload`
23-
24-
<img width="1050" alt="no client payload formula" src="https://user-images.githubusercontent.com/22433243/138753550-77514ffb-cc8d-43c7-9f5a-001b655cb976.png">
25-
26-
<img width="1421" alt="no client payload" src="https://user-images.githubusercontent.com/22433243/138753561-220b4b62-9fa5-4619-bf4a-b3dea4b402ee.png">
27-
28-
* * *
29-
30-
### 2️⃣ Repository Dispatch with `client_payload`
31-
32-
<img width="1059" alt="client payload formula" src="https://user-images.githubusercontent.com/22433243/138753580-25bfc16f-dcf6-45d9-9d41-616ed29f0444.png">
33-
34-
<img width="1423" alt="client payload" src="https://user-images.githubusercontent.com/22433243/138753591-ad9fa656-ad5b-4e3e-b52a-ea148fb21d45.png">
35-
36-
* * *
37-
38-
### 3️⃣ Workflow Dispatch without inputs
39-
40-
<img width="1253" alt="workflow dipatch no input formula" src="https://user-images.githubusercontent.com/22433243/138753663-11346e8a-a0af-4943-a359-50fed0f98ec4.png">
41-
42-
<img width="1434" alt="workflow dipatch no input" src="https://user-images.githubusercontent.com/22433243/138753679-cfd10584-3185-4aeb-8131-2fe12d6b995c.png">
43-
44-
* * *
45-
46-
### 4️⃣ Workflow Dispatch with inputs
47-
48-
<img width="1268" alt="workflow dipatch input formula" src="https://user-images.githubusercontent.com/22433243/138753710-5355872f-5a02-4301-8369-ec681d3f06b8.png">
20+
<img class="special-img-class" src="/docs/img/rit-github-delete-workflow-logs.png"/>
4921

50-
<img width="1437" alt="workflow dipatch input" src="https://user-images.githubusercontent.com/22433243/138753730-b77beafa-192f-429d-a5e3-5298b7a3ada3.png">

0 commit comments

Comments
 (0)