Compare commits
2 Commits
3b299f02b2
...
c1e848b448
| Author | SHA1 | Date | |
|---|---|---|---|
| c1e848b448 | |||
| 4396aefb84 |
@@ -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 "Админ встречен!"
|
||||||
Reference in New Issue
Block a user