Files
test-rce-repo/.gitea/workflows/rce.yaml
T
attacker 7cb9e237b7
Simple Test / test (push) Has been cancelled
simple test
2026-07-28 23:31:30 +00:00

9 lines
157 B
YAML

name: Simple Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Simple Echo
run: echo "PWND_$(whoami)" > /tmp/pwn.txt