mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-19 00:18:07 +00:00
12 lines
258 B
YAML
12 lines
258 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 origin/master
|