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