Files
actions-laba-1/.gitea/workflows/my-first-action.yaml
Alex Matsuev d42a17e98e
Some checks failed
My First Action / second-job (push) Failing after 18s
Add taskfile
2025-11-24 16:14:10 +03:00

18 lines
326 B
YAML

name: "My First Action"
on:
push:
jobs:
second-job:
runs-on: docker
steps:
- name: Install task utility
run: |
curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | bash
apt update
apt install task
- name: Run task hello
run: task hello