1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-30 21:58:00 +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: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: npx sync-glitch-cli - uses: actions/checkout@v3
env: - run: |
GH_REPO: "${{ github.repository }}" git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
GLITCH_PROJECT_ID: "${{ secrets.GLITCH_PROJECT_ID }}" git push glitch @
GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}"