From b97faaa4efb9451c7fdd92f779317e6c735502cb Mon Sep 17 00:00:00 2001 From: lobo Date: Tue, 28 Mar 2023 06:10:39 +0000 Subject: [PATCH] Update '.gitea/workflows/hello_world.yaml' --- .gitea/workflows/hello_world.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index a948551..ee6fa06 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -5,7 +5,7 @@ jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest steps: - - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event" - name: Check out repository code uses: actions/checkout@v3 - name: List files in the repository