5
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13s

This commit is contained in:
yuyang 2025-03-22 10:40:08 +08:00
parent e1cbbe9165
commit 8c2ccdb8a3

View File

@ -7,7 +7,7 @@ jobs:
runs-on: openjdk17
steps:
- name: Check out repository code
uses: ./.gitea/actions/checkout-4.2.2
uses: actions/checkout@v4.2.2
- 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 "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."