3 Commits
main ... v1.0.0

Author SHA1 Message Date
ba1f9da7cb com 2025-11-25 14:57:54 +03:00
cb1cc8137e up 2025-11-25 14:54:44 +03:00
bf4b910da9 action 2025-11-25 14:46:48 +03:00
3 changed files with 5 additions and 11 deletions

View File

@@ -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

View File

@@ -14,12 +14,7 @@ jobs:
# if: contains(github.event.issue.labels.*.name, 'bug')
steps:
# Поздароваемся
- name: Hello
if: github.event.issue.user.login == 'alex'
run: echo "Hello, Alex!!!"
# Выводим текстовое сообщение
- name: Echo test
if: contains(github.event.issue.labels.*.name, 'bug')
# if: contains(github.event.issue.labels.*.name, 'bug')
run: echo "${{ toJson(github.event.issue) }}"

View File

@@ -1 +0,0 @@
hjkdshf ahsldf