diff --git a/.github/workflows/sync-glitch.yml b/.github/workflows/sync-glitch.yml index b53bf30..79072d1 100644 --- a/.github/workflows/sync-glitch.yml +++ b/.github/workflows/sync-glitch.yml @@ -9,4 +9,4 @@ jobs: - uses: actions/checkout@v3 - run: | git remote add glitch "${{ secrets.GLITCH_GIT_URL }}" - git push glitch @ + git push glitch origin/master