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.