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