From 7a5f5c52ffb7eaec83a3041e8b98fd33fd6a2930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 3 Oct 2023 16:58:48 +0200 Subject: [PATCH] Revert "ls" This reverts commit a8c876b2d8a4baf719c24e12357a446e0e58fc0d. --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index ce2f0ba..31c214c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,4 +6,4 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: ls + - run: echo "This is a test"