Skip to content

feat: update to go1.24 & support listening https (#1002) #244

feat: update to go1.24 & support listening https (#1002)

feat: update to go1.24 & support listening https (#1002) #244

Workflow file for this run

name: Sync
on:
push:
branches: [master]
jobs:
sync-to-jihulab:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: adambirds/[email protected]
with:
destination_repository: [email protected]:naibahq/nezha.git
destination_branch_name: master
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}