From f55c8ffe5cf65d0e8a910e1a75b131e219ee14d0 Mon Sep 17 00:00:00 2001 From: fleaz Date: Sun, 1 Jun 2025 01:17:02 +0200 Subject: [PATCH] Cleanup --- .forgejo/workflows/check.yaml | 9 +++------ testfile | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 testfile diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 5c38fa5..e2f6919 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -11,11 +11,8 @@ jobs: steps: - name: Checkout run: | - set -x - env - pwd - ls -la - cat /var/run/act/workflow/0.sh git clone "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@$(expr "$GITHUB_SERVER_URL" : '........\(.*\)')/${GITHUB_REPOSITORY}" -b ${GITHUB_REF_NAME} --depth 1 . - ls -la + - name: Build + run: | + cat testfile diff --git a/testfile b/testfile new file mode 100644 index 0000000..5d530ba --- /dev/null +++ b/testfile @@ -0,0 +1 @@ +This is where the magic happens.