From 23f8b74fe671f9a815a5e74a9b844823783f080f Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 13 Apr 2023 16:05:05 +0200 Subject: [PATCH] Renamed the job --- .gitea/workflows/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 98de284..4211de9 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -1,7 +1,7 @@ name: Test the code on: [push] jobs: - Explore-Gitea-Actions: + Test-The-Script: steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3