fix: renaming action update_cvs_and_docs
This commit is contained in:
parent
53c9368743
commit
a04e862f02
1 changed files with 1 additions and 3 deletions
4
.github/workflows/update_cve_and_docs.yml
vendored
4
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue