From 4b15851b5543a49305765ab230e16fc0c66294ed Mon Sep 17 00:00:00 2001 From: Tobias Hilfiker Date: Fri, 17 Jan 2025 13:34:55 +0000 Subject: [PATCH] .gitea/workflows/action.yaml aktualisiert --- .gitea/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 394c807..921a1b5 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -9,6 +9,7 @@ jobs: - 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 }}." + - run: echo "The pages url is ${{ steps.gh-pages.outputs.page_url }}." - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."