Compare commits
2 Commits
b501bb17b1
...
9673863357
| Author | SHA1 | Date | |
|---|---|---|---|
| 9673863357 | |||
| a12f407e19 |
@@ -1,12 +1,12 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
user-check:
|
||||
description: "Admin verification"
|
||||
inputs:
|
||||
user-check:
|
||||
description: "Admin verification"
|
||||
|
||||
jobs:
|
||||
main-job:
|
||||
if: github.actor == 'alex'
|
||||
if: github.actor == 'alex'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Админ встречен! Если что"
|
||||
- run: echo "Админ встречен!"
|
||||
Reference in New Issue
Block a user