name: Build SpringBoot and Notify on: push: branches: - main pull_request: branches: - main jobs: build: runs-on: ubuntu-latest steps: # 检出代码 - uses: actions/checkout@v3 # 设置Java环境 - name: Set up JDK uses: actions/setup-java@v3 with: java-version: '17' distribution: 'temurin' cache: 'maven' # Maven 构建打包 - name: Build with Maven run: mvn clean package -DskipTests # 发送POST请求 - JSON数据 - name: Send POST notification run: | curl -X POST \ "https://2758.push.ft07.com/send/sctp2758tbaxw3tz7hyy3zisxzsuixz.send" \ -H "Content-type: application/x-www-form-urlencoded" \ -d "title=GiteaAction 执行完成" -d "desp=GiteaAction 执行内容测试" -d "tags=Gitea|GiteaActions"