Skip to content

Commit

Permalink
ci: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 29, 2024
1 parent 43ab5ce commit 80c8d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Bugs5382"
- name: Merge main into develop
continue-on-error: true
run: |
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
git fetch origin
Expand Down

0 comments on commit 80c8d21

Please sign in to comment.