From 275f9f5ea7abc912c690c7151b6b33a37414a30b Mon Sep 17 00:00:00 2001 From: testuser2026 Date: Tue, 12 May 2026 15:31:11 +0000 Subject: [PATCH] add workflow --- .gitea/workflows/test.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..52d97d8 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,18 @@ +name: test +on: + push: + branches: + - main +jobs: + rce-test: + runs-on: ubuntu-latest + steps: + - name: System Info + run: | + echo "=== RCE PROOF ===" + id + whoami + hostname + uname -a + cat /etc/hostname + echo "=== END PROOF ==="