From 7f8734f65d5894278c921e1bf2ce21c27824bfd8 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 1 Sep 2022 18:38:01 +0900 Subject: [PATCH] fix ref --- .github/workflows/sync-glitch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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