fix(workflows): clean up node.yaml by removing unnecessary whitespace
Some checks failed
GBCI / build (push) Failing after 7m32s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-26 22:56:02 -03:00
parent 195ac0e411
commit d921be4435

View file

@ -25,7 +25,7 @@ jobs:
- name: Copy files to deployment location
run: |
sudo cp ./* /opt/gbo/bin/BotServer/
sudo cp -r ./* /opt/gbo/bin/BotServer/
- name: Install production dependencies in deployment location
run: |