Skip to content

Update music box title refresh rate #26

Update music box title refresh rate

Update music box title refresh rate #26

Workflow file for this run

name: git pull on ZEPHYR
on:
push:
branches:
- "main"
workflow_dispatch:
jobs:
pull:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Pull repository from GitHub
run: |
cd /var/www/flwn.dev/html
git config --global --add safe.directory /var/www/flwn.dev/html
git pull