2
Some checks are pending
deploy to dev / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
MYJ 2025-02-26 20:24:44 +08:00
parent 4ff5edc028
commit 1d28fb9bf2

View File

@ -10,7 +10,7 @@ jobs:
steps: steps:
- name: 部署到生产环境 - name: 部署到生产环境
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.ref == 'refs/heads/main' if: github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.ref == 'refs/heads/main'
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code