From 4730106076a65dd105b0e85b87f415c4efa4e4d8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 13:07:53 +0000 Subject: [PATCH] Update action --- .gitea/workflows/generate.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index 55e6b8a..032f243 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -10,7 +10,7 @@ jobs: Testing: runs-on: ubuntu-latest steps: - - 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 }}." - - run: echo "No actions have taken place, this action is in its testing phase." \ No newline at end of file + - name: Check out Repo code + uses: actions/checkout@v3 + - name: Echo + run: echo "The ${{ gitea.repository }} has been cloned to the runner" \ No newline at end of file