Обновить .gitea/workflows/test_realese_secrets.yml #10

Merged
alex merged 1 commits from alex-patch-2 into main 2025-04-03 07:02:26 +00:00

View File

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