This commit is contained in:
2025-11-29 12:58:15 +03:00
7 changed files with 27 additions and 6 deletions

View File

@@ -3,15 +3,16 @@ run-name: "Start example action"
on:
push:
tags:
- v*.*.*
jobs:
second-job:
runs-on: golang
steps:
- run: |
if [ ${{ gitea.actor }} == 'wwitchq' ]; then
echo "Hello, ${{ gitea.actor }}"
else
echo "Hello, Violetta"
fi
fi