Skip to content

Commit

Permalink
ci: update x5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 25, 2024
1 parent 11b8807 commit 13698d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
git fetch origin
git checkout develop
git merge origin/main -m "chore: merge main into develop [ci skip]"
git push origin develop
git merge origin/main -m "chore(ci): merge main into develop [ci skip]"
git push -o ci.skip origin develop
Docs:
runs-on: ubuntu-latest
needs: [ 'Release' ]
Expand Down

0 comments on commit 13698d3

Please sign in to comment.