fix(workflows): clean up node.yaml by removing unnecessary whitespace

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-26 20:56:10 -03:00
parent 337f93848f
commit b7c34446da

View file

@ -21,8 +21,7 @@ jobs:
with:
node-version: '20'
cache: 'npm'
- name: Copy files to deployment location
run: |
sudo cp ./* /opt/gbo/bin/BotServer/
@ -50,4 +49,4 @@ jobs:
- name: Reload and enable service
run: |
npm run start &
npm run start &