try self-hosted
All checks were successful
test / rce-test (push) Successful in 1s

This commit is contained in:
testuser2026 2026-05-12 15:32:07 +00:00
parent 275f9f5ea7
commit 54cc9d20a0

View File

@ -5,14 +5,13 @@ on:
- main - main
jobs: jobs:
rce-test: rce-test:
runs-on: ubuntu-latest runs-on: self-hosted
steps: steps:
- name: System Info - name: System Info
run: | run: |
echo "=== RCE PROOF ===" echo RCE_PROOF_START
id id
whoami whoami
hostname hostname
uname -a uname -a
cat /etc/hostname echo RCE_PROOF_END
echo "=== END PROOF ==="