Skip to content

Commit

Permalink
💚 Fixing CI Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Jul 13, 2024
1 parent 171678b commit ad85400
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/mirror-repository.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,16 @@ jobs:
git config --local user.name "GitHub Action"
git commit -m "Update version to $new_version" -a
git push origin master
sync-repo:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.pig4cloud.com/pig/CGTM.git'
GIT_USERNAME: lengleng
GIT_PASSWORD: ${{ secrets.GIT_GOGS_PASSWORD }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V2024002
V2024000

0 comments on commit ad85400

Please sign in to comment.