1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 08:05:06 +00:00

fix sync-glitch workflow

This commit is contained in:
Nebel 2022-09-01 18:30:49 +09:00
parent 517d697748
commit 52e431a6a0

View file

@ -6,8 +6,7 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- run: npx sync-glitch-cli
env:
GH_REPO: "${{ github.repository }}"
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}"
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"
- uses: actions/checkout@v3
- run: |
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
git push glitch @