diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ff9d216..2749d15 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,10 +10,11 @@ permissions: jobs: buf: runs-on: ubuntu-latest - env: - REPO: ${{ gitea.repository }} steps: - run: | echo ${{ env.REPO }} echo $REPO echo ${{ github.repository }} + echo ${{ gitea.repository }} + +