Update example action
All checks were successful
Example action / second-job (push) Successful in 5s
All checks were successful
Example action / second-job (push) Successful in 5s
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
name: "My First Action"
|
name: "Example action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
second-job:
|
second-job:
|
||||||
runs-on: docker
|
runs-on: docker # docker, sirius или golang
|
||||||
steps:
|
steps:
|
||||||
# Клонируем репозиторий для Runnera
|
# Клонируем репозиторий для Runnera
|
||||||
- name: Checkout rpository
|
- name: Checkout rpository
|
||||||
|
|||||||
Reference in New Issue
Block a user