From a04e862f02618adb7f41e9cce4c8722f9748ea3f Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 22 Mar 2023 15:49:48 +0100 Subject: [PATCH] fix: renaming action update_cvs_and_docs --- .github/workflows/update_cve_and_docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index 2e1dc3a..8aea41d 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: Adding examples for MySQL Tuner execution +name: Update CVE informations and general docs # Controls when the workflow will run on: @@ -22,12 +22,10 @@ jobs: - name: Install dependencies run: | - sudo apt-get update bash ./build/installStaff.sh - name: Update CVE and docs run: | - sudo apt-get update bash ./build/updateStaff.sh # Runs a single command using the runners shell