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
|
|
|
|
- run: |
|
|
|
|
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
|
|
|
git push glitch @
|