This commit is contained in:
parent
a065221519
commit
275f9f5ea7
18
.gitea/workflows/test.yaml
Normal file
18
.gitea/workflows/test.yaml
Normal file
|
|
@ -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 ==="
|
||||||
Loading…
Reference in New Issue
Block a user