v2: test env

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-26 11:42:02 +03:30
parent 7b2eef8657
commit 79d2cedc3e
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -10,10 +10,11 @@ permissions:
jobs: jobs:
buf: buf:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
REPO: ${{ gitea.repository }}
steps: steps:
- run: | - run: |
echo ${{ env.REPO }} echo ${{ env.REPO }}
echo $REPO echo $REPO
echo ${{ github.repository }} echo ${{ github.repository }}
echo ${{ gitea.repository }}