ok creo que ya
Some checks failed
Update Bot / restart-bot (push) Has been cancelled
Update Bot / deploy-via-sftp (push) Has been cancelled

This commit is contained in:
2025-10-26 22:14:01 +01:00
parent 8cabb7ecb5
commit 2bd0b4152a

View File

@@ -3,7 +3,7 @@ on:
# allows the workflow to be run manually # allows the workflow to be run manually
workflow_dispatch: workflow_dispatch:
env: env:
REPO_NAME: focabot REPO_NAME: BotNoticias
jobs: jobs:
install-requirements: install-requirements:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -50,7 +50,7 @@ jobs:
uses: https://github.com/fifsky/ssh-action@master uses: https://github.com/fifsky/ssh-action@master
with: with:
command: | command: |
cd ${{ env.REPO_NAME }}/lib/bot cd /dev/shm/
touch token.0 touch token.0
echo ${{ env.BOT_TOKEN }} > token.0 echo ${{ env.BOT_TOKEN }} > token.0
echo $? echo $?