更新 '.gitea/workflows/build.yaml'
All checks were successful
Explore-Actions

This commit is contained in:
李寻欢 2023-04-04 15:42:47 +08:00
parent 3397e98b1b
commit 7cf013e74d

View File

@ -7,6 +7,9 @@ jobs:
Explore-Actions:
runs-on: ubuntu-latest
steps:
- run: |
env
cat /var/run/act/workflow/envs.txt
- run: echo "🎉 The job was automatically triggered by a ${{ github.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 ${{ github.ref }} and your repository is ${{ github.repository }}."