Files
actions-laba-1/.gitea/workflows/my-first-action.yaml
Alex Matsuev cce9258230
All checks were successful
My First Action / second-job (push) Successful in 3s
Show docker env
2025-11-24 16:10:17 +03:00

11 lines
106 B
YAML

name: "My First Action"
on:
push:
jobs:
second-job:
runs-on: docker
steps:
- run: env