test-ci/.gitea/workflows/test.yaml
testuser2026 275f9f5ea7
Some checks are pending
test / rce-test (push) Waiting to run
add workflow
2026-05-12 15:31:11 +00:00

19 lines
313 B
YAML

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 ==="