hello world manuaalisesti
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 17s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m47s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m19s
CI Feature / Report Summary (push) Successful in 6s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 17s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m47s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m19s
CI Feature / Report Summary (push) Successful in 6s
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
name: Hello World (Manual)
|
||||
on: workflow_dispatch
|
||||
jobs:
|
||||
greet:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Hello from manual dispatch, ${{ github.actor }}"
|
||||
Reference in New Issue
Block a user