diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 95761df..51da4eb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,6 +7,8 @@ permissions: pull-requests: write packages: write +env: + REPO: ${{ gitea.action_repository }} jobs: buf: runs-on: ubuntu-latest @@ -19,7 +21,7 @@ jobs: echo ${{ gitea.ref_name }} echo ${{ gitea.action_ref }} echo ${{ gitea.action_path }} - echo ${{ gitea.action_repository }} + echo ${{ env.REPO }} echo ${{ gitea.base_ref }} echo ${{ gitea.env }} echo ${{ gitea.event }}