refactor: update Gitea Actions workflow to improve logging and remove redundant messages

This commit is contained in:
troogs
2026-04-10 20:29:15 +02:00
parent b7a7b48509
commit da49771566

View File

@@ -6,13 +6,10 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." // Logging pre checkout information
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "👋 Hello, ${{ gitea.actor }}! Welcome
- 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
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository
run: | run: |
ls "${{ github.workspace }}" ls "${{ github.workspace }}"