fix: adding cd to good directory for update part

This commit is contained in:
Jean-Marie RENOUARD 2023-03-22 16:21:09 +01:00
parent ac76b78f39
commit 3a68d793fd

View file

@ -30,9 +30,9 @@ jobs:
- name: Update CVE and docs - name: Update CVE and docs
run: | run: |
pwd pwd
cd .. cd ./build
pwd pwd
sudo bash ./build/updateStaff.sh sudo bash ./updateStaff.sh
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Commit CVE result to repo - name: Commit CVE result to repo