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

15 lines
299 B
YAML
Raw Permalink Normal View History

2020-03-24 01:02:27 +09:00
name: sync-glitch
on:
push:
branches: [master]
jobs:
main:
runs-on: ubuntu-latest
steps:
2022-09-01 18:30:49 +09:00
- uses: actions/checkout@v3
2022-09-01 18:43:47 +09:00
with:
fetch-depth: "0"
2022-09-01 18:30:49 +09:00
- run: |
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
2022-09-01 18:38:01 +09:00
git push glitch origin/master