1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-19 00:18:07 +00:00
http-echo/.github/workflows/sync-glitch.yml

12 lines
246 B
YAML

name: sync-glitch
on:
push:
branches: [master]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
git push glitch @