Files
test_prod_deploy/.gitea/workflows/test_realese_secrets.yml
alex 4396aefb84
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 2s
Обновить .gitea/workflows/test_realese_secrets.yml
2025-04-03 07:02:06 +00:00

12 lines
296 B
YAML

on:
workflow_dispatch:
inputs:
user-check:
description: "Admin verification"
jobs:
main-job:
if: contains(format(',{0},', secrets.ADMIN_USERS), format(',{0},', github.actor))
runs-on: ubuntu-latest
steps:
- run: echo "Админ встречен!"