All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
12 lines
241 B
YAML
12 lines
241 B
YAML
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
user-check:
|
|
description: "Admin verification"
|
|
|
|
jobs:
|
|
main-job:
|
|
if: github.actor == 'alex'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Админ встречен!" |