68fbd35ac2
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
8 lines
170 B
YAML
8 lines
170 B
YAML
name: Hello World (Manual)
|
|
on: workflow_dispatch
|
|
jobs:
|
|
greet:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Hello from manual dispatch, ${{ github.actor }}"
|