Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba1f9da7cb | |||
| cb1cc8137e | |||
| bf4b910da9 |
@@ -1,5 +1,5 @@
|
||||
name: "Example action"
|
||||
run-name: "Start example action"
|
||||
run-name: "example action"
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -8,13 +8,13 @@ on:
|
||||
|
||||
jobs:
|
||||
second-job:
|
||||
runs-on: docker # docker, sirius или golang
|
||||
runs-on: sirius # docker, sirius или golang
|
||||
steps:
|
||||
- run: |
|
||||
if [ ${{ gitea.actor }} == 'alex' ]; then
|
||||
if [ ${{ gitea.actor }} == 'VlaDislava28' ]; then
|
||||
echo "Hello, ${{ gitea.actor }}"
|
||||
else
|
||||
echo "Hello, student"
|
||||
echo "Hello, Vlada"
|
||||
fi
|
||||
|
||||
# Клонируем репозиторий для Runnera
|
||||
|
||||
Reference in New Issue
Block a user