We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3298a7e commit 0b20548Copy full SHA for 0b20548
.github/workflows/generate_stats.yml
@@ -7,7 +7,7 @@
7
---
8
name: Stats generation
9
10
-on: [push, pull_request]
+on: [workflow_dispatch]
11
12
jobs:
13
@@ -28,3 +28,15 @@ jobs:
28
echo "# Downloads for sonar-cnes-report" > stats.md
29
python ci_tools/stats_dl.py >> stats.md
30
cat stats.md
31
+ - uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
32
+ with:
33
+ add: 'stats.md'
34
+ author_name: CNES_BOT
35
+
36
+ # The email of the user that will be displayed as the author of the commit.
37
+ # Default: depends on the default_author input
38
+ author_email: [email protected]
39
40
+ message: 'Updates cnes report download stats'
41
42
0 commit comments