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:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
second-job:
|
||||
runs-on: docker
|
||||
runs-on: docker # docker, sirius или golang
|
||||
steps:
|
||||
# Клонируем репозиторий для Runnera
|
||||
- name: Checkout rpository
|
||||
|
||||
Reference in New Issue
Block a user