mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 08:05:06 +00:00
14 lines
299 B
YAML
14 lines
299 B
YAML
name: sync-glitch
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: "0"
|
|
- run: |
|
|
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
|
git push glitch origin/master
|