ok creo que ya
This commit is contained in:
@@ -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 $?
|
||||||
|
|||||||
Reference in New Issue
Block a user