Обновить .gitea/workflows/test_realese_secrets.yml
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 2s

This commit is contained in:
2025-04-03 07:02:06 +00:00
parent 3b299f02b2
commit 4396aefb84

View File

@@ -6,7 +6,7 @@ on:
jobs:
main-job:
if: github.actor == 'alex'
if: contains(format(',{0},', secrets.ADMIN_USERS), format(',{0},', github.actor))
runs-on: ubuntu-latest
steps:
- run: echo "Админ встречен!"