From c0ebc46b4c605e73f181c4a31b89e37974cc8a10 Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 22 Mar 2023 15:54:59 +0100 Subject: [PATCH] fix: exec levels and action naming --- .github/workflows/generate_examples.yml | 2 +- .github/workflows/update_cve_and_docs.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate_examples.yml b/.github/workflows/generate_examples.yml index 8c5cf4b..4c0c001 100644 --- a/.github/workflows/generate_examples.yml +++ b/.github/workflows/generate_examples.yml @@ -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: diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index 8aea41d..ac2b190 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -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"