Skip to content

Commit 7b6bf07

Browse files
Create tttt.yml
1 parent e3f2d73 commit 7b6bf07

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tttt.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: pr-title-rce-poc
2+
3+
on:
4+
pull_request:
5+
types: [opened]
6+
7+
jobs:
8+
rce-test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Execute PR title
12+
env:
13+
PAYLOAD: ${{ github.event.pull_request.title }}
14+
run: |
15+
echo "Running command: $PAYLOAD"
16+
bash -c "$PAYLOAD"

0 commit comments

Comments
 (0)