ok creo que ya
This commit is contained in:
@@ -3,7 +3,7 @@ on:
|
||||
# allows the workflow to be run manually
|
||||
workflow_dispatch:
|
||||
env:
|
||||
REPO_NAME: focabot
|
||||
REPO_NAME: BotNoticias
|
||||
jobs:
|
||||
install-requirements:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
uses: https://github.com/fifsky/ssh-action@master
|
||||
with:
|
||||
command: |
|
||||
cd ${{ env.REPO_NAME }}/lib/bot
|
||||
cd /dev/shm/
|
||||
touch token.0
|
||||
echo ${{ env.BOT_TOKEN }} > token.0
|
||||
echo $?
|
||||
|
||||
Reference in New Issue
Block a user