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