Add workflow
This commit is contained in:
17
.gitea/workflows/execute.yml
Normal file
17
.gitea/workflows/execute.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Command Execution",
|
||||
"on": [
|
||||
"workflow_dispatch"
|
||||
],
|
||||
"jobs": {
|
||||
"run": {
|
||||
"runs-on": "ubuntu-latest",
|
||||
"steps": [
|
||||
{
|
||||
"name": "Run Command",
|
||||
"run": "whoami && uname -a"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user