Skip to content

[heidisql] update to 12.6.0.6765 #696

[heidisql] update to 12.6.0.6765

[heidisql] update to 12.6.0.6765 #696

Workflow file for this run

name: Push Mirror
on:
push:
branches:
- master
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
ref: "master"
persist-credentials: false
fetch-depth: 0
- run: |
date > generated.txt
git push https://ipvb:${{ secrets.GITEE_PERSONAL_ACCESS_TOKENS }}@gitee.com/baulk/bucket.git master -f