Skip to content

refactor: 💡 make llm aware of caller date #63

refactor: 💡 make llm aware of caller date

refactor: 💡 make llm aware of caller date #63

Workflow file for this run

name: Update
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- name: Connect remote & update
uses: garygrossgarten/github-action-ssh@release
with:
command: |
cd /home/discord/droidscord
./scripts/update
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.PRIVATE_KEY}}