v2: test env

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-26 11:36:57 +03:30
parent db54a552ac
commit c57abc00f6
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -7,6 +7,8 @@ permissions:
pull-requests: write pull-requests: write
packages: write packages: write
env:
REPO: ${{ gitea.action_repository }}
jobs: jobs:
buf: buf:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -19,7 +21,7 @@ jobs:
echo ${{ gitea.ref_name }} echo ${{ gitea.ref_name }}
echo ${{ gitea.action_ref }} echo ${{ gitea.action_ref }}
echo ${{ gitea.action_path }} echo ${{ gitea.action_path }}
echo ${{ gitea.action_repository }} echo ${{ env.REPO }}
echo ${{ gitea.base_ref }} echo ${{ gitea.base_ref }}
echo ${{ gitea.env }} echo ${{ gitea.env }}
echo ${{ gitea.event }} echo ${{ gitea.event }}