Update
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-11-22 00:03:48 +03:00
parent 544a383215
commit 8e7e8b21be

View File

@@ -18,7 +18,10 @@ jobs:
run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- name: Install Task utility - name: Install Task utility
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin uses: nightstory/setup-task@v1
with:
enable-cache: true
version: latest
# - name: Install Task utility # - name: Install Task utility
# uses: go-task/setup-task@v1 # uses: go-task/setup-task@v1