diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index fbbe952..e2e00b2 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -12,4 +12,4 @@ jobs: uses: actions/checkout@v3 - run: echo "Testing testing" - run: cat ./README.md - - run: cat ./etc/os-release + - run: cat /etc/os-release