Compare commits
2 Commits
8b42312aa7
...
3b299f02b2
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b299f02b2 | |||
| 8bc6003be8 |
12
.gitea/workflows/test_realese.yml
Normal file
12
.gitea/workflows/test_realese.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
user-check:
|
||||||
|
description: "Admin verification"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main-job:
|
||||||
|
if: github.actor == 'alex'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Админ встречен!"
|
||||||
Reference in New Issue
Block a user