Merge pull request 'Обновить .gitea/workflows/test_realese_secrets.yml' (#10) from alex-patch-2 into main
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
All checks were successful
Deploy Pipeline with Manual Trigger / Deployment Task (push) Successful in 2s
Reviewed-on: #10
This commit is contained in:
@@ -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 "Админ встречен!"
|
||||
Reference in New Issue
Block a user