v2: test env

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2024-11-26 11:41:10 +03:30
parent 22c5992046
commit 7b2eef8657
4 changed files with 23 additions and 24 deletions
+4 -18
View File
@@ -11,23 +11,9 @@ jobs:
buf:
runs-on: ubuntu-latest
env:
REPO: ${{ gitea.action_repository }}
REPO: ${{ gitea.repository }}
steps:
- run: |
echo "test"
echo ${{ gitea.server_url }}
echo ${{ gitea.token }}
echo ${{ secrets.PROD_REG_TOKEN }}
echo ${{ gitea.ref_name }}
echo ${{ gitea.action_ref }}
echo ${{ gitea.action_path }}
echo ${{ env.REPO }} $REPO
echo ${{ gitea.base_ref }}
echo ${{ gitea.env }}
echo ${{ gitea.event }}
echo ${{ gitea.head_ref }}
echo ${{ gitea.job }}
echo ${{ gitea.run_attempt }}
echo ${{ gitea.triggering_actor }}
echo ${{ gitea.workflow_ref }}
echo ${{ gitea.workspace }}
echo ${{ env.REPO }}
echo $REPO
echo ${{ github.repository }}