fix: exec levels and action naming

This commit is contained in:
Jean-Marie RENOUARD 2023-03-22 15:54:59 +01:00
parent 54c963d6b9
commit c0ebc46b4c
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Adding examples from MySQL Tuner execution
name: Compile MT examples
# Controls when the workflow will run
on:

View file

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Update CVE informations and general docs
name: CVE and Docs update
# Controls when the workflow will run
on:
@ -22,14 +22,14 @@ jobs:
- name: Install dependencies
run: |
bash ./build/installStaff.sh
sudo bash ./build/installStaff.sh
- name: Update CVE and docs
run: |
bash ./build/updateStaff.sh
sudo bash ./build/updateStaff.sh
# Runs a single command using the runners shell
- name: Commit example result to repo
- name: Commit CVE result to repo
run: |
git config --global user.name "Jean-Marie Renouard"
git config --global user.email "jmrenouard@gmail.com"