forked from sirius/actions-laba-1
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user