Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-26 12:22:07 +03:30
parent eeeedde123
commit b71c028f88
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -15,8 +15,8 @@ jobs:
COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services
COMPOSE_SERVICE_NAME: ${{ gitea.event.repository.name }}
CI_TOKEN: ${{ secrets.PROD_REG_TOKEN }}
S_URL: $$( echo ${{ gitea.server_url }} | sed "s.https://.." )
steps:
- run: export S_URL=$$( echo ${{ gitea.server_url }} | sed "s.https://.." )
- name: Print
run: env | sort