fix: exec levels and action naming
This commit is contained in:
parent
54c963d6b9
commit
c0ebc46b4c
2 changed files with 5 additions and 5 deletions
2
.github/workflows/generate_examples.yml
vendored
2
.github/workflows/generate_examples.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
# 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
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
|
|
8
.github/workflows/update_cve_and_docs.yml
vendored
8
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
# 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
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
|
@ -22,14 +22,14 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
bash ./build/installStaff.sh
|
sudo bash ./build/installStaff.sh
|
||||||
|
|
||||||
- name: Update CVE and docs
|
- name: Update CVE and docs
|
||||||
run: |
|
run: |
|
||||||
bash ./build/updateStaff.sh
|
sudo bash ./build/updateStaff.sh
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Commit example result to repo
|
- name: Commit CVE result to repo
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "Jean-Marie Renouard"
|
git config --global user.name "Jean-Marie Renouard"
|
||||||
git config --global user.email "jmrenouard@gmail.com"
|
git config --global user.email "jmrenouard@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue